AI 产品解读SEO SERP analyzer that parses Google search result pages and displays detailed statistics about the results
Helps SEO professionals and webmasters analyze Google SERP (Search Engine Result Page) structure to understand ranking positions, title optimization, security protocols, and above-the-fold visibility of search results
1. User navigates to any Google search results page (google.com/search?q=...). 2. User clicks the extension icon to open the popup or side panel. 3. The extension's content script (page.js) scrapes the DOM to extract all search results including URLs, titles, and positions. 4. popup.js processes the data to compute statistics: protocol distribution (http/https), title length metrics, above-the-fold count, and scroll positions. 5. Results are displayed in a table within the popup/side panel with per-result details. 6. User can click the CSV button to download a full report as a CSV file.
Parse Google SERP results (All, Images, News, Videos search types)Count 'above the fold' results based on 800px page heightReport HTTP vs HTTPS ratio of result URLsCalculate title length statistics (average, min, max, ellipsed count)Full results list with position, URL, title, and scroll-page positionCSV export of SERP analysis report
- 目标用户
- SEO professionals / Webmasters / Digital marketers / Content creators optimizing for search
- The background.js (legacy) and scripts/background.js (MV3) contain mostly commented-out code, making it hard to assess historical intent. The active service worker only registers declarative content rules and opens a changelog page on update.
- options.html/options.js reference image downloading features (saveImages, thumbnails, savedImages) that appear to be leftover from a different extension and are commented out/disabled in the HTML.
付费分析未识别到付费功能
No payment, subscription, billing, licensing, or upgrade code exists in the extension. All keyword 'pro' matches are false positives referring to the word 'protocol' (HTTP protocol). There are no gated features, no premium tiers, no Stripe/billing API calls, and no upgrade prompts. All features described in the store listing (SERP analysis, CSV export, stats) are available without any payment.
- 置信度
- 100
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- This extension works entirely locally by scraping the current Google SERP page DOM. There is no authentication UI, no account creation flow, no login API calls, and no external service that requires credentials. All functionality is available immediately after installation by navigating to any Google search page and clicking the extension icon.