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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Website visitors and traffic stats, including which technologies a website is running. Register at https://www.redvolcano.io"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Red Volcano - Website Insights एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } |