Is Indexed
Checks if a page is indexed by Google
Wat is Is Indexed?
Is Indexed is een Chrome-extensie ontwikkeld door http://www.jitbit.com, en de belangrijkste functie is "Checks if a page is indexed by Google".
Extensie Screenshots
Download het CRX-bestand van de extensie Is Indexed
Download Is Indexed-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/
Basisinformatie over de Extensie
Naam | |
ID | aldohicofhjhlaigkkgbbajempkphpfj |
Officiële URL | https://chrome.google.com/webstore/detail/is-indexed/aldohicofhjhlaigkkgbbajempkphpfj |
Beschrijving | Checks if a page is indexed by Google |
Bestandsgrootte | 36.41 KB |
Aantal Installaties | 36 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2013-09-22 |
Publicatiedatum | 2013-09-22 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | http://www.jitbit.com |
Betalingswijze | free |
Extensiewebsite | http://www.jitbit.com |
Ondersteunde Talen | 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" ] } |