ClearWebStats Site Report
A free SEO tool for webmasters to track and display web data from most websites.
Qu'est-ce que ClearWebStats Site Report ?
ClearWebStats Site Report est une extension Chrome développée par Keshab Raj Adhikari, et sa fonction principale est "A free SEO tool for webmasters to track and display web data from most websites.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ClearWebStats Site Report
Téléchargez les fichiers d'extension ClearWebStats Site Report au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | koiinbhdeokhjaoomopgiekaedebodkc |
URL Officiel | https://chrome.google.com/webstore/detail/clearwebstats-site-report/koiinbhdeokhjaoomopgiekaedebodkc |
Description | A free SEO tool for webmasters to track and display web data from most websites. |
Taille du Fichier | 3.56 KB |
Nombre d'Installations | 725 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2016-04-14 |
Date de Publication | 2016-04-14 |
Évaluation | 4.29/5 Total 7 Évaluations |
Développeur | Keshab Raj Adhikari |
Type de Paiement | free |
Site Web de l'Extension | http://www.clearwebstats.com |
URL de la Page d'Aide | http://www.clearwebstats.com/page/contact-us |
Langues Prises en Charge | 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" ] } } |