Live Chat Bar
Monitor chat requests from livechatbar.com without opening a chat
什麼是Live Chat Bar?
Live Chat Bar是由http://columbussoft.com開發的Chrome擴展程式,該擴展的主要功能是“Monitor chat requests from livechatbar.com without opening a chat”。
擴展截圖
下載Live Chat Bar擴展crx文件
下載Live Chat Bar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Leading live chat and help desk software. Customize your chat widget, interact with web visitors in real time, answer customer tickets and boost conversions. Powered and Integrated with ColumbusSoft websites.
擴展基本資訊
名稱 | |
ID | olngcdbhbjgipfjobdcnaadldibbeacf |
官方網址 | https://chrome.google.com/webstore/detail/live-chat-bar/olngcdbhbjgipfjobdcnaadldibbeacf |
簡介 | Monitor chat requests from livechatbar.com without opening a chat |
檔案大小 | 35.11 KB |
安裝次數 | 58 |
目前版本 | 1.2 |
更新時間 | 2014-12-22 |
上架時間 | 2014-12-22 |
評分 | 1.00/5 共 1 次評分 |
開發者 | http://columbussoft.com |
付費類型 | free |
擴展官網 | http://livechatbar.com/ |
說明頁面URL | https://columbussoft.com/ |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Live Chat Bar", "description": "Monitor chat requests from livechatbar.com without opening a chat", "version": "1.2", "permissions": [ "idle" ], "options_page": "options.html", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "page": "background.html" } } |