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 هو إضافة Chrome تم تطويرها بواسطة https://redvolcano.io، والميزة الرئيسية لها هي "Website visitors and traffic stats, including which technologies a website is running. Register at https://www.redvolcano.io".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Red Volcano - Website Insights

قم بتنزيل ملفات الامتداد Red Volcano - Website Insights بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://www.redvolcano.io
عنوان صفحة سياسة الخصوصية 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"
    }
}