AI 产品解读Displays and checks meta tags (title, description, keywords), Open Graph tags, Twitter Card tags, robots directives, canonical URLs, and favicon info for the currently viewed webpage in a clean popup UI
SEO professionals and web developers need a quick way to verify that meta tags, OG tags, and Twitter Card tags are properly set on any webpage without manually inspecting page source
User clicks the extension icon on any webpage → popup opens → content script reads all meta/OG/Twitter tags from the DOM → popup displays structured tag information organized into Meta/OG/Twitter sections → warning notifications shown for missing critical tags → user can click external links to Facebook Debugger or Twitter Card Validator to further test the URL
Extracts and displays HTML title tag, meta description, meta keywords, canonical URLShows Open Graph tags (og:title, og:description, og:image)Shows Twitter Card tags (twitter:card, twitter:title, twitter:description, twitter:image)Displays robots meta tag and warns if noindex is setShows warnings for missing critical tags (title, description, og:image)Displays favicon and apple-touch-icon status
- 目标用户
- SEO professionals / Web developers / Content marketers / Digital marketing specialists
- Source code is heavily minified (single-line bundles), making granular analysis harder but the core logic in content.js is clearly readable
- The shop-icon.png asset exists but its purpose in the UI could not be fully confirmed from minified code alone
付费分析未识别到付费功能
No payment, subscription, billing, premium, upgrade, or plan-related code found. The keyword hits for 'pro' are all from minified library filenames (react.production.min.js, scheduler.production.min.js) and CSS reset styles — none relate to paid features or billing. The 'license' hits are all @license MIT headers in third-party library bundles. No Stripe, no payment processors, no upgrade UI, no feature gating.
- 置信度
- 97
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- No login, authentication, or account creation code found anywhere in the extension. The extension only requests the 'tabs' permission. All functionality works locally by reading meta tags from the current page's DOM. The 'token' keyword hits in app.js and main.js are from the CopyToClipboard library (copy-to-clipboard npm package), not authentication tokens.