Live Chat Bar
Monitor chat requests from livechatbar.com without opening a chat
What is Live Chat Bar?
Live Chat Bar is a Chrome extension developed by http://columbussoft.com, and its main feature is "Monitor chat requests from livechatbar.com without opening a chat".
Extension Screenshots
Download Live Chat Bar Extension CRX File
Download Live Chat Bar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | olngcdbhbjgipfjobdcnaadldibbeacf |
Official URL | https://chrome.google.com/webstore/detail/live-chat-bar/olngcdbhbjgipfjobdcnaadldibbeacf |
Description | Monitor chat requests from livechatbar.com without opening a chat |
File Size | 35.11 KB |
Installation Count | 58 |
Current Version | 1.2 |
Last Updated | 2014-12-22 |
Publish Date | 2014-12-22 |
Rating | 1.00/5 Total 1 Ratings |
Developer | http://columbussoft.com |
Payment Type | free |
Extension Website | http://livechatbar.com/ |
Help Page URL | https://columbussoft.com/ |
Supported Languages | 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" } } |