Xranks

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

Wat is Xranks?

Xranks is een Chrome-extensie ontwikkeld door https://xranks.com, en de belangrijkste functie is "The Official Xranks Extension, providing Traffic Rank, site Information and similars website when clicked.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Xranks

Download Xranks-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Xranks Xranks
ID jplhhjlmfcpgfiffabapnhiliimhiopc
Officiële URL https://chromewebstore.google.com/detail/xranks/jplhhjlmfcpgfiffabapnhiliimhiopc
Beschrijving The Official Xranks Extension, providing Traffic Rank, site Information and similars website when clicked.
Bestandsgrootte 14.5 KB
Aantal Installaties 3,526
Huidige Versie 1.5
Laatst Bijgewerkt 2020-05-28
Publicatiedatum 2020-05-28
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://xranks.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://xranks.com/
Ondersteunde Talen 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"
    ]
}