EMS-CC 2020
Function detail
什么是EMS-CC 2020?
EMS-CC 2020是由https://mipbx.vn开发的Chrome扩展程序,该扩展的主要功能是“Function detail”。
扩展截图
下载EMS-CC 2020扩展crx文件
下载EMS-CC 2020扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
- Activity Agent: Login, logout, pause queue
- Popup customer information: Integration with Zoho Desk
- Popup tracking bill information
- Click to call from chrome web browser 扩展基本信息
| 名称 | |
| ID | okknaimffggadekljmddocmcfncccdap |
| 官方URL | https://chromewebstore.google.com/detail/ems-cc-2020/okknaimffggadekljmddocmcfncccdap |
| 简介 | Function detail |
| 文件大小 | 985 KB |
| 安装次数 | 91 |
| 当前版本 | 1.2.1 |
| 更新时间 | 2020-08-18 |
| 上架时间 | 2020-02-12 |
| 开发者 | https://mipbx.vn |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://mipbx.vn |
| 帮助页面URL | https://mipbx.vn/lien-he-tu-van-va-hop-tac-voi-mipbx |
| 隐私政策页面URL | https://mitek.vn/chinh-sach-bao-mat-va-hoan-tien |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "EMS-CC 2020",
"description": "Function detail",
"version": "1.2.1",
"icons": {
"128": "mipbx-new.png"
},
"browser_action": {
"default_icon": "mipbx-new.png",
"default_popup": "widget_v1.html"
},
"background": {
"scripts": [
"js\/socket.io.js",
"js\/background.js"
]
},
"permissions": [
"contextMenus",
"storage",
"notifications"
]
} | |