Red Volcano - Website Insights

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

Cos'è Red Volcano - Website Insights?

Red Volcano - Website Insights è un'estensione di Chrome sviluppata da https://redvolcano.io, e la sua funzione principale è "Website visitors and traffic stats, including which technologies a website is running. Register at https://www.redvolcano.io".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Red Volcano - Website Insights

Scarica i file di estensione Red Volcano - Website Insights in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Red Volcano - Website Insights Red Volcano - Website Insights
ID niceffbjimcjagmdfedgmmdablgohoej
URL Ufficiale https://chromewebstore.google.com/detail/red-volcano-website-insig/niceffbjimcjagmdfedgmmdablgohoej
Descrizione Website visitors and traffic stats, including which technologies a website is running. Register at https://www.redvolcano.io
Dimensione del File 7.59 MB
Conteggio Installazioni 196
Versione Corrente 1.0
Ultimo Aggiornamento 2022-11-22
Data di Pubblicazione 2022-11-08
Sviluppatore https://redvolcano.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.redvolcano.io
URL della Pagina di Aiuto https://www.redvolcano.io
URL della Pagina della Politica sulla Privacy https://www.redvolcano.io/privacy-policy
Lingue Supportate 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"
    }
}