SERP Relevance

SERP Relevance Analyzer

Co to jest SERP Relevance?

SERP Relevance to rozszerzenie Chrome opracowane przez https://www.junglesentry.com, a jego główną funkcją jest „SERP Relevance Analyzer”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia SERP Relevance

Pobierz pliki rozszerzeń SERP Relevance w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa SERP Relevance SERP Relevance
ID khjnfbblgenanejbkiidnadoncklioin
Oficjalny URL https://chrome.google.com/webstore/detail/serp-relevance/khjnfbblgenanejbkiidnadoncklioin
Opis SERP Relevance Analyzer
Rozmiar pliku 6.16 KB
Liczba instalacji 22
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2018-10-17
Data Publikacji 2018-10-17
Deweloper https://www.junglesentry.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.junglesentry.com
Adres URL Strony Pomocy https://www.junglesentry.com/how-to-use-a-solar-battery-charger
Obsługiwane Języki 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",
        ""
    ]
}