SERP Relevance

SERP Relevance Analyzer

What is SERP Relevance?

SERP Relevance is a Chrome extension developed by https://www.junglesentry.com, and its main feature is "SERP Relevance Analyzer".

Extension Screenshots

screenshot

Download SERP Relevance Extension CRX File

Download SERP Relevance 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 Relevance Analyzer. Simple SEO tool to quickly see which key words are missing in title and content of SERP items.                    

Extension Basic Information

Name SERP Relevance SERP Relevance
ID khjnfbblgenanejbkiidnadoncklioin
Official URL https://chrome.google.com/webstore/detail/serp-relevance/khjnfbblgenanejbkiidnadoncklioin
Description SERP Relevance Analyzer
File Size 6.16 KB
Installation Count 22
Current Version 1.0
Last Updated 2018-10-17
Publish Date 2018-10-17
Developer https://www.junglesentry.com
Email [email protected]
Payment Type free
Extension Website https://www.junglesentry.com
Help Page URL https://www.junglesentry.com/how-to-use-a-solar-battery-charger
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SERP Relevance",
    "version": "1.0",
    "manifest_version": 2,
    "description": "SERP Relevance Analyzer",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.google.com\/*"
            ],
            "js": [
                "serp_rel.js"
            ],
            "run_at": "document_idle",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        ""
    ]
}