Indexing Test

Test if the URL is indexed by Google

Cos'è Indexing Test?

Indexing Test è un'estensione di Chrome sviluppata da jeremyfine365, e la sua funzione principale è "Test if the URL is indexed by Google".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Indexing Test

Scarica i file di estensione Indexing Test 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

                        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".                    

Informazioni di Base sull'Estensione

Nome Indexing Test Indexing Test
ID cgbeihidkikgdcoogkeoeconphggdhop
URL Ufficiale https://chrome.google.com/webstore/detail/indexing-test/cgbeihidkikgdcoogkeoeconphggdhop
Descrizione Test if the URL is indexed by Google
Dimensione del File 18.78 KB
Conteggio Installazioni 20,000
Versione Corrente 0.1
Ultimo Aggiornamento 2014-04-01
Data di Pubblicazione 2014-04-01
Valutazione 1.23/5 Totale 13 Valutazioni
Sviluppatore jeremyfine365
Tipo di Pagamento free
Lingue Supportate 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
}