Xranks

The Official Xranks Extension, providing Traffic Rank, site Information and similars website when clicked.

Xranks란 무엇입니까?

Xranks은(는) https://xranks.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Official Xranks Extension, providing Traffic Rank, site Information and similars website when clicked."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Xranks 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        See website traffic and key metrics for any website, including engagement rate, traffic ranking, keyword ranking and traffic source.
The Xranks Browser Extension allows you to gain insights into any website’s statistics and strategy as you’re browsing, with the click of a button. The extension allows you to surf sites and find out all the information you need, all in one place.

With a single click, you can get in-depth traffic and engagement statistics for any website. Want to see how popular a site is? What are the main traffic sources? The Xranks browser extension provides users with all this information and much, much more.                    

확장 프로그램 기본 정보

이름 Xranks Xranks
ID jplhhjlmfcpgfiffabapnhiliimhiopc
공식 URL https://chromewebstore.google.com/detail/xranks/jplhhjlmfcpgfiffabapnhiliimhiopc
설명 The Official Xranks Extension, providing Traffic Rank, site Information and similars website when clicked.
파일 크기 14.5 KB
설치 횟수 3,526
현재 버전 1.5
최근 업데이트 2020-05-28
출시 날짜 2020-05-28
평점 5.00/5 총 1 개의 평점
개발자 https://xranks.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://xranks.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Xranks",
    "short_name": "Xranks",
    "version": "1.5",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "The Official Xranks Extension, providing Traffic Rank, site Information and similars website when clicked.\n",
    "homepage_url": "https:\/\/xranks.com\/",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo.png",
        "icons": {
            "16": "logo_16.png",
            "48": "logo_48.png",
            "128": "logo_128.png"
        }
    },
    "icons": {
        "16": "logo_16.png",
        "48": "logo_48.png",
        "128": "logo_128.png"
    },
    "permissions": [
        "activeTab"
    ]
}