Serp Analyzer

Serp Analyzer provides additional information about Google search results for those interested in SEO.

What is Serp Analyzer?

Serp Analyzer is a Chrome extension developed by mcolin.jt, and its main feature is "Serp Analyzer provides additional information about Google search results for those interested in SEO.".

Extension Screenshots

screenshot

Download Serp Analyzer Extension CRX File

Download Serp Analyzer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Serp Analyzer allows you to have various information about a search results page:

- Ranking of each domain
- Access the top 100
- Export all ranked URLs
- Export People Also Ask                    

Extension Basic Information

Name Serp Analyzer Serp Analyzer
ID aedndhjdcajkhgfbgfokbcbbffbglcmo
Official URL https://chromewebstore.google.com/detail/serp-analyzer/aedndhjdcajkhgfbgfokbcbbffbglcmo
Description Serp Analyzer provides additional information about Google search results for those interested in SEO.
File Size 39.8 KB
Installation Count 242
Current Version 1.0.0
Last Updated 2022-12-30
Publish Date 2022-12-29
Developer mcolin.jt
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Serp Analyzer",
    "version": "1.0.0",
    "description": "Serp Analyzer provides additional information about Google search results for those interested in SEO.",
    "icons": {
        "16": "assets\/position-16.png",
        "48": "assets\/position-48.png",
        "128": "assets\/position-128.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/*.google.*\/search*"
            ],
            "js": [
                "main.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "html\/sidebar.html",
                "src\/animate.js",
                "src\/utils.js",
                "src\/app.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}