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 |
官方URL | 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" } } |