LiveChat Extension
Webextension for LiveChat
What is LiveChat Extension?
LiveChat Extension is a Chrome extension developed by https://www.estos.de, and its main feature is "Webextension for LiveChat".
Extension Screenshots
Download LiveChat Extension Extension CRX File
Download LiveChat Extension 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
An extension for the LiveChat client. It enables additional features like - idle detection
Extension Basic Information
Name | LiveChat Extension |
ID | kpgmlaghpfbdaomehllmhihhjbgecfbn |
Official URL | https://chromewebstore.google.com/detail/livechat-extension/kpgmlaghpfbdaomehllmhihhjbgecfbn |
Description | Webextension for LiveChat |
File Size | 24.25 KB |
Installation Count | 427 |
Current Version | 0.5.0 |
Last Updated | 2022-09-30 |
Publish Date | 2020-01-19 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://www.estos.de |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.estos.de/datenschutzerklaerung |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LiveChat Extension", "description": "Webextension for LiveChat", "version": "0.5.0", "homepage_url": "https:\/\/www.estos.de", "icons": { "48": "icons\/livechat-48.png", "96": "icons\/livechat-96.png", "128": "icons\/logo-128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "webNavigation", "https:\/\/*\/", "idle" ], "page_action": { "browser_style": true, "default_icon": { "19": "icons\/livechat-pageicon-19.png", "38": "icons\/livechat-pageicon-38.png", "48": "icons\/livechat-pageicon-48.png" }, "default_title": "LiveChat", "default_popup": "popup.html" } } |