Indexing Test

Test if the URL is indexed by Google

Qu'est-ce que Indexing Test ?

Indexing Test est une extension Chrome développée par jeremyfine365, et sa fonction principale est "Test if the URL is indexed by Google".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Indexing Test

Téléchargez les fichiers d'extension Indexing Test 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

                        This extension enables you to quickly check if the page you are viewing has been indexed by Google. Simply navigate to the link you want to check and click "Indexing Test".                    

Informations de Base sur l'Extension

Nom Indexing Test Indexing Test
ID cgbeihidkikgdcoogkeoeconphggdhop
URL Officiel https://chrome.google.com/webstore/detail/indexing-test/cgbeihidkikgdcoogkeoeconphggdhop
Description Test if the URL is indexed by Google
Taille du Fichier 18.78 KB
Nombre d'Installations 20,000
Version Actuelle 0.1
Dernière Mise à Jour 2014-04-01
Date de Publication 2014-04-01
Évaluation 1.23/5 Total 13 Évaluations
Développeur jeremyfine365
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "Indexing Test",
    "description": "Test if the URL is indexed by Google",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}