Red Volcano - Website Insights
Website visitors and traffic stats, including which technologies a website is running. Register at https://www.redvolcano.io
Qu'est-ce que Red Volcano - Website Insights ?
Red Volcano - Website Insights est une extension Chrome développée par https://redvolcano.io, et sa fonction principale est "Website visitors and traffic stats, including which technologies a website is running. Register at https://www.redvolcano.io".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Red Volcano - Website Insights
Téléchargez les fichiers d'extension Red Volcano - Website Insights au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Red Volcano - Website Insights |
ID | niceffbjimcjagmdfedgmmdablgohoej |
URL Officiel | https://chromewebstore.google.com/detail/red-volcano-website-insig/niceffbjimcjagmdfedgmmdablgohoej |
Description | Website visitors and traffic stats, including which technologies a website is running. Register at https://www.redvolcano.io |
Taille du Fichier | 7.59 MB |
Nombre d'Installations | 196 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2022-11-22 |
Date de Publication | 2022-11-08 |
Développeur | https://redvolcano.io |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.redvolcano.io |
URL de la Page d'Aide | https://www.redvolcano.io |
URL de la Page de Politique de Confidentialité | https://www.redvolcano.io/privacy-policy |
Langues Prises en Charge | 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" } } |