Xranks

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

Was ist Xranks?

Xranks ist eine Chrome-Erweiterung, die von https://xranks.com entwickelt wurde, und ihr Hauptmerkmal ist "The Official Xranks Extension, providing Traffic Rank, site Information and similars website when clicked.".

Erweiterungsscreenshots

screenshot
screenshot

Xranks-Erweiterungs-CRX-Datei herunterladen

Laden Sie Xranks-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Xranks Xranks
ID jplhhjlmfcpgfiffabapnhiliimhiopc
Offizielle URL https://chromewebstore.google.com/detail/xranks/jplhhjlmfcpgfiffabapnhiliimhiopc
Beschreibung The Official Xranks Extension, providing Traffic Rank, site Information and similars website when clicked.
Dateigröße 14.5 KB
Installationsanzahl 3,526
Aktuelle Version 1.5
Letztes Update 2020-05-28
Veröffentlichungsdatum 2020-05-28
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://xranks.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://xranks.com/
Unterstützte Sprachen 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"
    ]
}