Hitsteps Visitor Manager
Get your website analytics insight and get notified about updates and live support requests in your dashboard
Hitsteps Visitor Managerとは何ですか?
Hitsteps Visitor Managerはhttps://www.hitsteps.comによって開発されたChromeの拡張機能で、その主な機能は「Get your website analytics insight and get notified about updates and live support requests in your dashboard」です。
拡張機能のスクリーンショット
Hitsteps Visitor Manager拡張機能のCRXファイルをダウンロード
Hitsteps Visitor Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Hitsteps visitor manager is a powerful real time visitor engagement tool. It allows you to view your visitors stream and follow each visitors to know more about each pages they see. It allow you to engage with your visitors using live chat tool. You'll be provided with detailed information about each visitor such as geolocation, their first visit on your site, referer to your site, their browser, OS and device and much more! By using this extension, you will be able to receive your hitsteps dashboard notifications regarding Labels triggers and live chat requests without need to be on the website all the time. Hitsteps chrome extension runs in background and notify you whenever there is a new notification for labels and also whenever your visitor opened a live chat support ticket with you.
拡張機能の基本情報
名前 | Hitsteps Visitor Manager |
ID | faidpebiglhmilmbidibmepbhpojkkoc |
公式URL | https://chromewebstore.google.com/detail/hitsteps-visitor-manager/faidpebiglhmilmbidibmepbhpojkkoc |
説明 | Get your website analytics insight and get notified about updates and live support requests in your dashboard |
ファイルサイズ | 1.25 MB |
インストール数 | 156 |
現在のバージョン | 1.7.5 |
最終更新日 | 2018-06-16 |
公開日 | 2018-06-16 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | https://www.hitsteps.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://www.hitsteps.com/ |
ヘルプページのURL | http://www.hitsteps.com/support.php |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Armin Nikdel", "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_icon": { "48": "icon-48.png" }, "default_popup": "popup.html", "default_title": "Hitsteps" }, "homepage_url": "https:\/\/www.hitsteps.com", "default_locale": "en", "description": "Get your website analytics insight and get notified about updates and live support requests in your dashboard", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2, "name": "Hitsteps Visitor Manager", "short_name": "hitsteps", "options_page": "options.html", "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "background", "notifications", "idle", "tabs", "http:\/\/*.hitsteps.com\/", "https:\/\/*.hitsteps.com\/" ], "version": "1.7.5", "incognito": "spanning", "web_accessible_resources": [ "icon-48.png" ], "-ms-preload": { "backgroundScript": "backgroundScriptsAPIBridge.js", "contentScript": "contentScriptsAPIBridge.js" } } |