Is Indexed

Checks if a page is indexed by Google

Was ist Is Indexed?

Is Indexed ist eine Chrome-Erweiterung, die von http://www.jitbit.com entwickelt wurde, und ihr Hauptmerkmal ist "Checks if a page is indexed by Google".

Erweiterungsscreenshots

screenshot

Is Indexed-Erweiterungs-CRX-Datei herunterladen

Laden Sie Is Indexed-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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/                    

Grundlegende Informationen zur Erweiterung

Name Is Indexed Is Indexed
ID aldohicofhjhlaigkkgbbajempkphpfj
Offizielle URL https://chrome.google.com/webstore/detail/is-indexed/aldohicofhjhlaigkkgbbajempkphpfj
Beschreibung Checks if a page is indexed by Google
Dateigröße 36.41 KB
Installationsanzahl 36
Aktuelle Version 1.0
Letztes Update 2013-09-22
Veröffentlichungsdatum 2013-09-22
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler http://www.jitbit.com
Zahlungsart free
Erweiterungswebsite http://www.jitbit.com
Unterstützte Sprachen 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"
    ]
}