ClearWebStats Site Report
A free SEO tool for webmasters to track and display web data from most websites.
ClearWebStats Site Reportとは何ですか?
ClearWebStats Site ReportはKeshab Raj Adhikariによって開発されたChromeの拡張機能で、その主な機能は「A free SEO tool for webmasters to track and display web data from most websites.」です。
拡張機能のスクリーンショット
ClearWebStats Site Report拡張機能のCRXファイルをダウンロード
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" ] } } |