ClearWebStats Site Report
A free SEO tool for webmasters to track and display web data from most websites.
ClearWebStats Site Report là gì?
ClearWebStats Site Report là một tiện ích mở rộng Chrome được phát triển bởi Keshab Raj Adhikari, và tính năng chính của nó là "A free SEO tool for webmasters to track and display web data from most websites.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ClearWebStats Site Report
Tải xuống các tệp mở rộng ClearWebStats Site Report dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | koiinbhdeokhjaoomopgiekaedebodkc |
URL Chính Thức | https://chrome.google.com/webstore/detail/clearwebstats-site-report/koiinbhdeokhjaoomopgiekaedebodkc |
Mô tả | A free SEO tool for webmasters to track and display web data from most websites. |
Kích Thước Tệp | 3.56 KB |
Số Lần Cài Đặt | 725 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2016-04-14 |
Ngày Phát Hành | 2016-04-14 |
Đánh Giá | 4.29/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | Keshab Raj Adhikari |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.clearwebstats.com |
URL Trang Trợ Giúp | http://www.clearwebstats.com/page/contact-us |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |