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」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } |