Red Volcano - Website Insights

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

什么是Red Volcano - Website Insights?

Red Volcano - Website Insights是由https://redvolcano.io开发的Chrome扩展程序,该扩展的主要功能是“Website visitors and traffic stats, including which technologies a website is running. Register at https://www.redvolcano.io”。

扩展截图

screenshot

下载Red Volcano - Website Insights扩展crx文件

下载Red Volcano - Website Insights扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Red Volcano - Website Insights Red Volcano - Website Insights
ID niceffbjimcjagmdfedgmmdablgohoej
官方URL https://chromewebstore.google.com/detail/red-volcano-website-insig/niceffbjimcjagmdfedgmmdablgohoej
简介 Website visitors and traffic stats, including which technologies a website is running. Register at https://www.redvolcano.io
文件大小 7.59 MB
安装次数 196
当前版本 1.0
更新时间 2022-11-22
上架时间 2022-11-08
开发者 https://redvolcano.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.redvolcano.io
帮助页面URL https://www.redvolcano.io
隐私政策页面URL https://www.redvolcano.io/privacy-policy
支持的语言 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"
    }
}