ClearWebStats Site Report
A free SEO tool for webmasters to track and display web data from most websites.
Что такое ClearWebStats Site Report?
ClearWebStats Site Report - это расширение Chrome, разработанное Keshab Raj Adhikari, и его основная функция - "A free SEO tool for webmasters to track and display web data from most websites.".
Снимки экрана расширения
Скачать файл CRX расширения ClearWebStats Site Report
Скачайте файлы расширений ClearWebStats Site Report в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
ClearWebStats.com is a free SEO enthusiast tool for webmasters to track and display web data from most websites. The details data include Website Value Estimations, Google Pagerank, daily unique visitor, backlink, alexa rank and information tool. This data is gather from various sources in real-time. A unique feature we offer is being able to give you an overview of estimate of how much a certain website is value. This service allows you to see website data like never before! Our website uses an advanced algorithm to generate the data. ------FEATURES----- -Pagerank -Alexa Rank -Google indexed pages -Yahoo backlinks -Domain/website value -Daily Unique Visitors -Estimate Income Per Day -Yahoo Indexed Pages -Google Inbound Links -Bing Indexed Pages -Bing Inbound Links -Alexa Inbound Links -PageRank display widget for your site -Similar domain to your domain -ICANN Registrar Information -Domain Registered -Domain Expires -Hosted IP -Domain Modified -Site Age -Hosting Country -NAMESERVER IP Country -Sites Hosted on your IP address A full SEO details.
Основная информация о расширении
Название | |
ID | koiinbhdeokhjaoomopgiekaedebodkc |
Официальный URL | https://chrome.google.com/webstore/detail/clearwebstats-site-report/koiinbhdeokhjaoomopgiekaedebodkc |
Описание | A free SEO tool for webmasters to track and display web data from most websites. |
Размер файла | 3.56 KB |
Количество установок | 725 |
Текущая Версия | 1.3 |
Последнее Обновление | 2016-04-14 |
Дата публикации | 2016-04-14 |
Рейтинг | 4.29/5 Всего 7 оценок |
Разработчик | Keshab Raj Adhikari |
Тип оплаты | free |
Официальный сайт расширения | http://www.clearwebstats.com |
URL страницы помощи | http://www.clearwebstats.com/page/contact-us |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ClearWebStats Site Report", "version": "1.3", "description": "A free SEO tool for webmasters to track and display web data from most websites. ", "browser_action": { "default_icon": "icon.png" }, "permissions": [ "tabs", "http:\/\/www.clearwebstats.com\/" ], "background": { "scripts": [ "background.js" ] } } |