Xranks

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

O que é Xranks?

Xranks é uma extensão do Chrome desenvolvida por https://xranks.com, e sua principal característica é "The Official Xranks Extension, providing Traffic Rank, site Information and similars website when clicked.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Xranks

Baixe arquivos de extensão Xranks no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Xranks Xranks
ID jplhhjlmfcpgfiffabapnhiliimhiopc
URL Oficial https://chromewebstore.google.com/detail/xranks/jplhhjlmfcpgfiffabapnhiliimhiopc
Descrição The Official Xranks Extension, providing Traffic Rank, site Information and similars website when clicked.
Tamanho do Arquivo 14.5 KB
Contagem de Instalações 3,526
Versão Atual 1.5
Última Atualização 2020-05-28
Data de Publicação 2020-05-28
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://xranks.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://xranks.com/
Idiomas Suportados 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"
    ]
}