Xranks

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

Xranksคืออะไร?

Xranks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://xranks.com และคุณลักษณะหลักของมันคือ "The Official Xranks Extension, providing Traffic Rank, site Information and similars website when clicked."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Xranks

ดาวน์โหลดไฟล์ส่วนขยาย Xranks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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