HYPESTAT website Traffic report
Track any website traffic quick and easy with one click via Hypestat report
HYPESTAT website Traffic reportとは何ですか?
HYPESTAT website Traffic reportはMaksym Tymchykによって開発されたChromeの拡張機能で、その主な機能は「Track any website traffic quick and easy with one click via Hypestat report」です。
拡張機能のスクリーンショット
HYPESTAT website Traffic report拡張機能のCRXファイルをダウンロード
HYPESTAT website Traffic report拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
- Show Daily and Monthly unique visitor count - Show website traffic report from Hypestat - Link to direct open report on hypestat.com
拡張機能の基本情報
名前 | HYPESTAT website Traffic report |
ID | gdgjcebmgkdlcmchhmaemcbmmkjelkfn |
公式URL | https://chromewebstore.google.com/detail/hypestat-website-traffic/gdgjcebmgkdlcmchhmaemcbmmkjelkfn |
説明 | Track any website traffic quick and easy with one click via Hypestat report |
ファイルサイズ | 83.35 KB |
インストール数 | 1,188 |
現在のバージョン | 0.4.0 |
最終更新日 | 2024-01-30 |
公開日 | 2018-11-09 |
評価 | 3.00/5 合計 8 レビュー |
開発者 | Maksym Tymchyk |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "short_name": "__MSG_short_name__", "description": "__MSG_description__", "default_locale": "en", "permissions": [ "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ], "action": { "default_icon": { "64": "\/images\/hypestat-64.png", "128": "\/images\/hypestat-128.png" }, "default_popup": "\/views\/popup.html", "default_title": "__MSG_default_title__" }, "icons": { "64": "\/images\/hypestat-64.png", "128": "\/images\/hypestat-128.png" }, "version": "0.4.0" } |