Indexing Test

Test if the URL is indexed by Google

Vad är Indexing Test?

Indexing Test är en Chrome-tillägg utvecklad av jeremyfine365, och dess huvudfunktion är "Test if the URL is indexed by Google".

Tilläggsskärmbilder

screenshot

Ladda ner Indexing Test-förlängningens CRX-fil

Ladda ner Indexing Test-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Indexing Test Indexing Test
ID cgbeihidkikgdcoogkeoeconphggdhop
Officiell webbadress https://chrome.google.com/webstore/detail/indexing-test/cgbeihidkikgdcoogkeoeconphggdhop
Beskrivning Test if the URL is indexed by Google
Filstorlek 18.78 KB
Antal Installationer 20,000
Aktuell Version 0.1
Senast Uppdaterad 2014-04-01
Publiceringsdatum 2014-04-01
Betyg 1.23/5 Totalt 13 Betyg
Utvecklare jeremyfine365
Betalningssätt free
Stödda Språk 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
}