Is Indexed
Checks if a page is indexed by Google
What is Is Indexed?
Is Indexed is a Chrome extension developed by http://www.jitbit.com, and its main feature is "Checks if a page is indexed by Google".
Extension Screenshots
Download Is Indexed Extension CRX File
Download Is Indexed extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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/
Extension Basic Information
Name | |
ID | aldohicofhjhlaigkkgbbajempkphpfj |
Official URL | https://chrome.google.com/webstore/detail/is-indexed/aldohicofhjhlaigkkgbbajempkphpfj |
Description | Checks if a page is indexed by Google |
File Size | 36.41 KB |
Installation Count | 36 |
Current Version | 1.0 |
Last Updated | 2013-09-22 |
Publish Date | 2013-09-22 |
Rating | 3.00/5 Total 2 Ratings |
Developer | http://www.jitbit.com |
Payment Type | free |
Extension Website | http://www.jitbit.com |
Supported Languages | 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" ] } |