Is Indexed
Checks if a page is indexed by Google
Hvad er Is Indexed?
Is Indexed er en Chrome-udvidelse udviklet af http://www.jitbit.com, og dens hovedfunktion er "Checks if a page is indexed by Google".
Udvidelsesskærmbilleder
Download Is Indexed-udvidelses-CRX-fil
Download Is Indexed-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | aldohicofhjhlaigkkgbbajempkphpfj |
Officiel URL | https://chrome.google.com/webstore/detail/is-indexed/aldohicofhjhlaigkkgbbajempkphpfj |
Beskrivelse | Checks if a page is indexed by Google |
Filstørrelse | 36.41 KB |
Antal Installationer | 36 |
Nuværende Version | 1.0 |
Senest Opdateret | 2013-09-22 |
Udgivelsesdato | 2013-09-22 |
Bedømmelse | 3.00/5 Samlet 2 Bedømmelser |
Udvikler | http://www.jitbit.com |
Betalingsmetode | free |
Udvidelseswebsted | http://www.jitbit.com |
Understøttede Sprog | 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" ] } |