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" ] } } |