Xranks

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

Qu'est-ce que Xranks ?

Xranks est une extension Chrome développée par https://xranks.com, et sa fonction principale est "The Official Xranks Extension, providing Traffic Rank, site Information and similars website when clicked.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Xranks

Téléchargez les fichiers d'extension Xranks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Xranks Xranks
ID jplhhjlmfcpgfiffabapnhiliimhiopc
URL Officiel https://chromewebstore.google.com/detail/xranks/jplhhjlmfcpgfiffabapnhiliimhiopc
Description The Official Xranks Extension, providing Traffic Rank, site Information and similars website when clicked.
Taille du Fichier 14.5 KB
Nombre d'Installations 3,526
Version Actuelle 1.5
Dernière Mise à Jour 2020-05-28
Date de Publication 2020-05-28
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://xranks.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://xranks.com/
Langues Prises en Charge 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"
    ]
}