Is Indexed

Checks if a page is indexed by Google

Vad är Is Indexed?

Is Indexed är en Chrome-tillägg utvecklad av http://www.jitbit.com, och dess huvudfunktion är "Checks if a page is indexed by Google".

Tilläggsskärmbilder

screenshot

Ladda ner Is Indexed-förlängningens CRX-fil

Ladda ner Is Indexed-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

                        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/                    

Grundläggande Information om Tillägg

Namn Is Indexed Is Indexed
ID aldohicofhjhlaigkkgbbajempkphpfj
Officiell webbadress https://chrome.google.com/webstore/detail/is-indexed/aldohicofhjhlaigkkgbbajempkphpfj
Beskrivning Checks if a page is indexed by Google
Filstorlek 36.41 KB
Antal Installationer 36
Aktuell Version 1.0
Senast Uppdaterad 2013-09-22
Publiceringsdatum 2013-09-22
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare http://www.jitbit.com
Betalningssätt free
Tilläggswebbplats http://www.jitbit.com
Stödda Språk 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"
    ]
}