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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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