Keysearch Keyword Difficulty Checker

Check keyword difficulty right from your browser! Just put in your Keysearch API key and you can check the SEO keyword difficulty…

Was ist Keysearch Keyword Difficulty Checker?

Keysearch Keyword Difficulty Checker ist eine Chrome-Erweiterung, die von https://www.keysearch.co entwickelt wurde, und ihr Hauptmerkmal ist "Check keyword difficulty right from your browser! Just put in your Keysearch API key and you can check the SEO keyword difficulty…".

Erweiterungsscreenshots

screenshot

Keysearch Keyword Difficulty Checker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Keysearch Keyword Difficulty Checker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Check keyword difficulty right from your browser! Just put in your Keysearch API key and you can check the SEO keyword difficulty of any keyword.                    

Grundlegende Informationen zur Erweiterung

Name Keysearch Keyword Difficulty Checker Keysearch Keyword Difficulty Checker
ID ddfgjnanmjigjclllpnfmhmjlihmlobf
Offizielle URL https://chromewebstore.google.com/detail/keysearch-keyword-difficu/ddfgjnanmjigjclllpnfmhmjlihmlobf
Beschreibung Check keyword difficulty right from your browser! Just put in your Keysearch API key and you can check the SEO keyword difficulty…
Dateigröße 140 KB
Installationsanzahl 3,871
Aktuelle Version 1.4
Letztes Update 2022-01-04
Veröffentlichungsdatum 2019-06-30
Bewertung 3.44/5 Insgesamt 16 Bewertungen
Entwickler https://www.keysearch.co
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.keysearch.co
URL der Datenschutzrichtlinien-Seite https://www.keysearch.co/application/index/privacy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhyD44EXrvGpLySo6qgZI7Q7IIZ746huZRiMSKfPj\/3RhOXNurUGsdau2WRP8B2+OudKvgrG667SxoytHVq00xUg+HvV822j9HUYuzoZuKvJiUBC4ZsjW\/M0LrdHP3pbL7k2HJSmN\/Bv+NgTitjZL816MU3dmH1YHGny5RQEbGV+pME2mQFSyD9QV9Tb\/dAdKxNMs58smzup4aD6X\/eMNfhildKwWUKENBFLNezL5dfgnP2WKQcPCis7wZwGJXHpLLSK7p6IGUJZszGTb8JxNAbioekeGKeAdRzbG4gEE4igpdeMsWhmqICahnfPpPhjmGzz7pXZp1XR4iKFxssxPMwIDAQAB",
    "manifest_version": 2,
    "name": "Keysearch Keyword Difficulty Checker",
    "offline_enabled": true,
    "permissions": [
        "storage",
        "tabs",
        "unlimitedStorage"
    ],
    "version": "1.4"
}