Is Indexed

Checks if a page is indexed by Google

Cos'è Is Indexed?

Is Indexed è un'estensione di Chrome sviluppata da http://www.jitbit.com, e la sua funzione principale è "Checks if a page is indexed by Google".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Is Indexed

Scarica i file di estensione Is Indexed in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome Is Indexed Is Indexed
ID aldohicofhjhlaigkkgbbajempkphpfj
URL Ufficiale https://chrome.google.com/webstore/detail/is-indexed/aldohicofhjhlaigkkgbbajempkphpfj
Descrizione Checks if a page is indexed by Google
Dimensione del File 36.41 KB
Conteggio Installazioni 36
Versione Corrente 1.0
Ultimo Aggiornamento 2013-09-22
Data di Pubblicazione 2013-09-22
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore http://www.jitbit.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.jitbit.com
Lingue Supportate 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"
    ]
}