Is Indexed
Checks if a page is indexed by Google
Apa itu Is Indexed?
Is Indexed adalah ekstensi Chrome yang dikembangkan oleh http://www.jitbit.com, dan fitur utamanya adalah "Checks if a page is indexed by Google".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Is Indexed
Unduh file ekstensi Is Indexed dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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/
Informasi Dasar Ekstensi
Nama | |
ID | aldohicofhjhlaigkkgbbajempkphpfj |
URL Resmi | https://chrome.google.com/webstore/detail/is-indexed/aldohicofhjhlaigkkgbbajempkphpfj |
Deskripsi | Checks if a page is indexed by Google |
Ukuran File | 36.41 KB |
Jumlah Instalasi | 36 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2013-09-22 |
Tanggal Publikasi | 2013-09-22 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | http://www.jitbit.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.jitbit.com |
Bahasa yang Didukung | 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" ] } |