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 |
官方網址 | 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 |
電子郵箱 | [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" } } |