Google Index Checker - Nexttop.org

Google Index Checker Extension This Google Index Checker Extension by Nexttop.org is extremely useful for many website owners and…

O que é Google Index Checker - Nexttop.org?

Google Index Checker - Nexttop.org é uma extensão do Chrome desenvolvida por Phuc Tran, e sua principal característica é "Google Index Checker Extension This Google Index Checker Extension by Nexttop.org is extremely useful for many website owners and…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Google Index Checker - Nexttop.org

Baixe arquivos de extensão Google Index Checker - Nexttop.org 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

                        Google Index Checker Extension
This Google Index Checker Extension by Nexttop.org is extremely useful for many website owners and webmasters because a quick indexing test can tell you how many of your web pages have been indexed by Google.

Simply create your projects and enter the URLs in bulk that you want to check in the space provided and click on the “Check” button, and then the tool will process your request. It will generate the result in just a few seconds which determines if these URLs are indexed by google or not                    

Informações Básicas da Extensão

Nome Google Index Checker - Nexttop.org Google Index Checker - Nexttop.org
ID gmlnkohmoacknnggklomnmkohdcnjeak
URL Oficial https://chromewebstore.google.com/detail/google-index-checker-next/gmlnkohmoacknnggklomnmkohdcnjeak
Descrição Google Index Checker Extension This Google Index Checker Extension by Nexttop.org is extremely useful for many website owners and…
Tamanho do Arquivo 34.41 KB
Contagem de Instalações 555
Versão Atual 1.2
Última Atualização 2021-08-23
Data de Publicação 2021-08-05
Classificação 1.00/5 Total de 3 Avaliações
Desenvolvedor Phuc Tran
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://app.nexttop.org/
URL da Página de Ajuda https://app.nexttop.org/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Index Checker - Nexttop.org",
    "manifest_version": 2,
    "version": "1.2",
    "permissions": [
        "*:\/\/*.google.com\/",
        "*:\/\/localhost\/"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}