Is Indexed

Checks if a page is indexed by Google

Qu'est-ce que Is Indexed ?

Is Indexed est une extension Chrome développée par http://www.jitbit.com, et sa fonction principale est "Checks if a page is indexed by Google".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Is Indexed

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

                        The extension quickly tells you if a page is indexed by Google. That's it. Plain and simple. Just click the toolbar icon and wait for an answer. Useful for SEO. by http://www.jitbit.com/                    

Informations de Base sur l'Extension

Nom Is Indexed Is Indexed
ID aldohicofhjhlaigkkgbbajempkphpfj
URL Officiel https://chrome.google.com/webstore/detail/is-indexed/aldohicofhjhlaigkkgbbajempkphpfj
Description Checks if a page is indexed by Google
Taille du Fichier 36.41 KB
Nombre d'Installations 36
Version Actuelle 1.0
Dernière Mise à Jour 2013-09-22
Date de Publication 2013-09-22
Évaluation 3.00/5 Total 2 Évaluations
Développeur http://www.jitbit.com
Type de Paiement free
Site Web de l'Extension http://www.jitbit.com
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Is Indexed",
    "description": "Checks if a page is indexed by Google",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "*:\/\/*.google.com\/",
        "tabs",
        "webRequest"
    ]
}