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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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