Keyword Checker

Check for missing keywords in the content of the current web page.

O que é Keyword Checker?

Keyword Checker é uma extensão do Chrome desenvolvida por https://www.bigtechies.com, e sua principal característica é "Check for missing keywords in the content of the current web page.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Keyword Checker

Baixe arquivos de extensão Keyword 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

                        Keyword Checker Chrome Extension
Keyword Checker is a Google Chrome extension that helps you check for missing keywords in the content of the current web page. The extension works by analyzing the content of the page and comparing it to a list of predefined keywords.                    

Informações Básicas da Extensão

Nome Keyword Checker Keyword Checker
ID plndmgedaicbgmocifcjmimognpdnhjf
URL Oficial https://chromewebstore.google.com/detail/keyword-checker/plndmgedaicbgmocifcjmimognpdnhjf
Descrição Check for missing keywords in the content of the current web page.
Tamanho do Arquivo 38.44 KB
Contagem de Instalações 425
Versão Atual 1.2
Última Atualização 2023-06-19
Data de Publicação 2023-05-22
Classificação 4.88/5 Total de 8 Avaliações
Desenvolvedor https://www.bigtechies.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.bigtechies.com/
URL da Página de Ajuda https://github.com/AleemIqbal/keyword-checker-extension
Idiomas Suportados en-US
manifest.json
{
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Keyword Checker"
    },
    "description": "Check for missing keywords in the content of the current web page.",
    "icons": {
        "48": "icon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkRE5hQ\/JWsQai3hjO6DrPILHjGy3cUgfT2GzWP50HO09E6Lzg0z7kYwHiBx2x9X9Xr9ixzzo5znRozzTsvyZ\/d51FYOBLi3vuVtGyTQ7rIfJtfg9BUdipV\/V\/gmjBqk+zhqF74PfN2TsbqbMda8ZG\/5vCFERE9WxDtMwe3b5hBV580xS1lx3EV6\/3+VJfdz3JphuyI077ZmN1vPethqGspHZbaeprvgf5n7Iokoi04Qf+oCKOg1EpgEZSwI5FitSOYEUAsmoRlNCyD4xN5hgoqBBHQ+\/ds+Qy4Uifbo5nKUH\/p3KYuq3RRKw2mjAJdr+zmZemYPK65iX0+eoRVUhEQIDAQAB",
    "manifest_version": 3,
    "name": "Keyword Checker",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2"
}