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'est-ce que Google Index Checker - Nexttop.org ?

Google Index Checker - Nexttop.org est une extension Chrome développée par Phuc Tran, et sa fonction principale est "Google Index Checker Extension This Google Index Checker Extension by Nexttop.org is extremely useful for many website owners and…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Google Index Checker - Nexttop.org

Téléchargez les fichiers d'extension Google Index Checker - Nexttop.org au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Google Index Checker - Nexttop.org Google Index Checker - Nexttop.org
ID gmlnkohmoacknnggklomnmkohdcnjeak
URL Officiel https://chromewebstore.google.com/detail/google-index-checker-next/gmlnkohmoacknnggklomnmkohdcnjeak
Description Google Index Checker Extension This Google Index Checker Extension by Nexttop.org is extremely useful for many website owners and…
Taille du Fichier 34.41 KB
Nombre d'Installations 555
Version Actuelle 1.2
Dernière Mise à Jour 2021-08-23
Date de Publication 2021-08-05
Évaluation 1.00/5 Total 3 Évaluations
Développeur Phuc Tran
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://app.nexttop.org/
URL de la Page d'Aide https://app.nexttop.org/
Langues Prises en Charge 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
    }
}