Red Volcano - Website Insights

Website visitors and traffic stats, including which technologies a website is running. Register at https://www.redvolcano.io

O que é Red Volcano - Website Insights?

Red Volcano - Website Insights é uma extensão do Chrome desenvolvida por https://redvolcano.io, e sua principal característica é "Website visitors and traffic stats, including which technologies a website is running. Register at https://www.redvolcano.io".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Red Volcano - Website Insights

Baixe arquivos de extensão Red Volcano - Website Insights 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

                        Website visitor and traffic stats at the click of a button. 

Red Volcano build website analysis tools for Ad Tech, E-Commerce and Business Analytics. We also provide data on which technologies a website is running as well as contact data.

Features:
Monthly Pageviews
Monthly traffic trend
Geographic traffic breakdown
Global website ranking
Advertising technologies installed
Ads.txt lines available

Our data is updated daily, and our Chrome plugin comes free with our SaaS subscription. See more at https://www.redvolcano.io                    

Informações Básicas da Extensão

Nome Red Volcano - Website Insights Red Volcano - Website Insights
ID niceffbjimcjagmdfedgmmdablgohoej
URL Oficial https://chromewebstore.google.com/detail/red-volcano-website-insig/niceffbjimcjagmdfedgmmdablgohoej
Descrição Website visitors and traffic stats, including which technologies a website is running. Register at https://www.redvolcano.io
Tamanho do Arquivo 7.59 MB
Contagem de Instalações 196
Versão Atual 1.0
Última Atualização 2022-11-22
Data de Publicação 2022-11-08
Desenvolvedor https://redvolcano.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.redvolcano.io
URL da Página de Ajuda https://www.redvolcano.io
URL da Página de Política de Privacidade https://www.redvolcano.io/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Red Volcano - Website Insights",
    "description": "Website visitors and traffic stats, including which technologies a website is running. Register at https:\/\/www.redvolcano.io",
    "version": "1.0",
    "manifest_version": 3,
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/api.redvolcano.uk\/"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/get_started16.png",
            "32": "\/images\/get_started32.png",
            "48": "\/images\/get_started48.png",
            "128": "\/images\/get_started128.png"
        }
    },
    "icons": {
        "16": "\/images\/get_started16.png",
        "32": "\/images\/get_started32.png",
        "48": "\/images\/get_started48.png",
        "128": "\/images\/get_started128.png"
    }
}