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…

O que é Keysearch Keyword Difficulty Checker?

Keysearch Keyword Difficulty Checker é uma extensão do Chrome desenvolvida por https://www.keysearch.co, e sua principal característica é "Check keyword difficulty right from your browser! Just put in your Keysearch API key and you can check the SEO keyword difficulty…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Keysearch Keyword Difficulty Checker

Baixe arquivos de extensão Keysearch Keyword Difficulty Checker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Keysearch Keyword Difficulty Checker Keysearch Keyword Difficulty Checker
ID ddfgjnanmjigjclllpnfmhmjlihmlobf
URL Oficial https://chromewebstore.google.com/detail/keysearch-keyword-difficu/ddfgjnanmjigjclllpnfmhmjlihmlobf
Descrição Check keyword difficulty right from your browser! Just put in your Keysearch API key and you can check the SEO keyword difficulty…
Tamanho do Arquivo 140 KB
Contagem de Instalações 3,871
Versão Atual 1.4
Última Atualização 2022-01-04
Data de Publicação 2019-06-30
Classificação 3.44/5 Total de 16 Avaliações
Desenvolvedor https://www.keysearch.co
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.keysearch.co
URL da Página de Política de Privacidade https://www.keysearch.co/application/index/privacy
Idiomas Suportados 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"
}