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