LiveChat Extension
Webextension for LiveChat
什么是LiveChat Extension?
LiveChat Extension是由https://www.estos.de开发的Chrome扩展程序,该扩展的主要功能是“Webextension for LiveChat”。
扩展截图
下载LiveChat Extension扩展crx文件
下载LiveChat Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
An extension for the LiveChat client. It enables additional features like
- idle detection 扩展基本信息
| 名称 | |
| ID | kpgmlaghpfbdaomehllmhihhjbgecfbn |
| 官方URL | https://chromewebstore.google.com/detail/livechat-extension/kpgmlaghpfbdaomehllmhihhjbgecfbn |
| 简介 | Webextension for LiveChat |
| 文件大小 | 24.25 KB |
| 安装次数 | 427 |
| 当前版本 | 0.5.0 |
| 更新时间 | 2022-09-30 |
| 上架时间 | 2020-01-19 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://www.estos.de |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://www.estos.de/datenschutzerklaerung |
| 支持的语言 | 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"
}
} | |