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.”。

扩展截图

screenshot
screenshot

下载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.                    

扩展基本信息

名称 ClearWebStats Site Report ClearWebStats Site Report
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"
        ]
    }
}