W3Rated Website Ranking & Credibility Tool

Website Ranking and Content Quality Measurement Tool.

W3Rated Website Ranking & Credibility Tool란 무엇입니까?

W3Rated Website Ranking & Credibility Tool은(는) https://w3rated.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Website Ranking and Content Quality Measurement Tool."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

W3Rated Website Ranking & Credibility Tool 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Web is full with high-quality content and media. Having a qualitative measure on what is good content and what is not before even you start browsing a website is crucial. Here is where W3Rated comes into play. 

W3Rated is a website ranking and online content quality measurement service that incorporates hundreds of thousands data points provided as feedback from thrusted and verifed users like you all over the world. We use cognitive technologies in order to analyze and come up with the best accurate credibility matrix for each website. A unique holistic score calculated out of six dimensions for each website which will be guiding you thoughtout your browsing experience.

________________________________________________________________
By clicking "Install", you agree to W3Rated Privacy Notice and Terms of Use:
https://www.w3rated.com/Privacy                    

확장 프로그램 기본 정보

이름 W3Rated Website Ranking & Credibility Tool W3Rated Website Ranking & Credibility Tool
ID aeijmmnnkdhboafjnffkoihoceafbecm
공식 URL https://chromewebstore.google.com/detail/w3rated-website-ranking-c/aeijmmnnkdhboafjnffkoihoceafbecm
설명 Website Ranking and Content Quality Measurement Tool.
파일 크기 283 KB
설치 횟수 22
현재 버전 0.0.2
최근 업데이트 2020-01-11
출시 날짜 2020-01-11
평점 5.00/5 총 2 개의 평점
개발자 https://w3rated.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.w3rated.com
개인정보 보호 정책 페이지 URL https://w3rated.com/Privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "W3Rated Website Ranking & Credibility Tool",
    "short_name": "W3Rated",
    "version": "0.0.2",
    "description": "Website Ranking and Content Quality Measurement Tool.",
    "permissions": [
        "activeTab",
        "tabs",
        "declarativeContent",
        "*:\/\/w3rated.com\/*"
    ],
    "icons": {
        "16": "icons\/active-16.png",
        "48": "icons\/active-48.png",
        "128": "icons\/active-128.png"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+R",
                "mac": "MacCtrl+Shift+R"
            },
            "description": "Launches W3Rated Plugin"
        }
    },
    "manifest_version": 2
}