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…

¿Qué es Keysearch Keyword Difficulty Checker?

Keysearch Keyword Difficulty Checker es una extensión de Chrome desarrollada por https://www.keysearch.co, y su función principal es "Check keyword difficulty right from your browser! Just put in your Keysearch API key and you can check the SEO keyword difficulty…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Keysearch Keyword Difficulty Checker

Descarga archivos de extensión Keysearch Keyword Difficulty Checker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Keysearch Keyword Difficulty Checker Keysearch Keyword Difficulty Checker
ID ddfgjnanmjigjclllpnfmhmjlihmlobf
URL Oficial https://chromewebstore.google.com/detail/keysearch-keyword-difficu/ddfgjnanmjigjclllpnfmhmjlihmlobf
Descripción Check keyword difficulty right from your browser! Just put in your Keysearch API key and you can check the SEO keyword difficulty…
Tamaño del Archivo 140 KB
Cantidad de Instalaciones 3,871
Versión Actual 1.4
Última Actualización 2022-01-04
Fecha de Publicación 2019-06-30
Calificación 3.44/5 Total de 16 Calificaciones
Desarrollador https://www.keysearch.co
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.keysearch.co
URL de la Página de Política de Privacidad https://www.keysearch.co/application/index/privacy
Idiomas Soportados 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"
}