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…

¿Qué es Google Index Checker - Nexttop.org?

Google Index Checker - Nexttop.org es una extensión de Chrome desarrollada por Phuc Tran, y su función principal es "Google Index Checker Extension This Google Index Checker Extension by Nexttop.org is extremely useful for many website owners and…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Google Index Checker - Nexttop.org

Descarga archivos de extensión Google Index Checker - Nexttop.org 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

                        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                    

Información Básica de la Extensión

Nombre Google Index Checker - Nexttop.org Google Index Checker - Nexttop.org
ID gmlnkohmoacknnggklomnmkohdcnjeak
URL Oficial https://chromewebstore.google.com/detail/google-index-checker-next/gmlnkohmoacknnggklomnmkohdcnjeak
Descripción Google Index Checker Extension This Google Index Checker Extension by Nexttop.org is extremely useful for many website owners and…
Tamaño del Archivo 34.41 KB
Cantidad de Instalaciones 555
Versión Actual 1.2
Última Actualización 2021-08-23
Fecha de Publicación 2021-08-05
Calificación 1.00/5 Total de 3 Calificaciones
Desarrollador Phuc Tran
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://app.nexttop.org/
URL de la Página de Ayuda https://app.nexttop.org/
Idiomas Soportados 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
    }
}