SERP Relevance

SERP Relevance Analyzer

Cos'è SERP Relevance?

SERP Relevance è un'estensione di Chrome sviluppata da https://www.junglesentry.com, e la sua funzione principale è "SERP Relevance Analyzer".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SERP Relevance

Scarica i file di estensione SERP Relevance in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        SERP Relevance Analyzer. Simple SEO tool to quickly see which key words are missing in title and content of SERP items.                    

Informazioni di Base sull'Estensione

Nome SERP Relevance SERP Relevance
ID khjnfbblgenanejbkiidnadoncklioin
URL Ufficiale https://chrome.google.com/webstore/detail/serp-relevance/khjnfbblgenanejbkiidnadoncklioin
Descrizione SERP Relevance Analyzer
Dimensione del File 6.16 KB
Conteggio Installazioni 22
Versione Corrente 1.0
Ultimo Aggiornamento 2018-10-17
Data di Pubblicazione 2018-10-17
Sviluppatore https://www.junglesentry.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.junglesentry.com
URL della Pagina di Aiuto https://www.junglesentry.com/how-to-use-a-solar-battery-charger
Lingue Supportate 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",
        ""
    ]
}