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 là gì?
Red Volcano - Website Insights là một tiện ích mở rộng Chrome được phát triển bởi https://redvolcano.io, và tính năng chính của nó là "Website visitors and traffic stats, including which technologies a website is running. Register at https://www.redvolcano.io".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Red Volcano - Website Insights
Tải xuống các tệp mở rộng Red Volcano - Website Insights dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Red Volcano - Website Insights |
ID | niceffbjimcjagmdfedgmmdablgohoej |
URL Chính Thức | https://chromewebstore.google.com/detail/red-volcano-website-insig/niceffbjimcjagmdfedgmmdablgohoej |
Mô tả | Website visitors and traffic stats, including which technologies a website is running. Register at https://www.redvolcano.io |
Kích Thước Tệp | 7.59 MB |
Số Lần Cài Đặt | 196 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2022-11-22 |
Ngày Phát Hành | 2022-11-08 |
Nhà Phát Triển | https://redvolcano.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.redvolcano.io |
URL Trang Trợ Giúp | https://www.redvolcano.io |
URL Trang Chính Sách Bảo Mật | https://www.redvolcano.io/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |