EMS-CC 2020
Function detail
What is EMS-CC 2020?
EMS-CC 2020 is a Chrome extension developed by https://mipbx.vn, and its main feature is "Function detail".
Extension Screenshots
Download EMS-CC 2020 Extension CRX File
Download EMS-CC 2020 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
- Activity Agent: Login, logout, pause queue
- Popup customer information: Integration with Zoho Desk
- Popup tracking bill information
- Click to call from chrome web browser Extension Basic Information
| Name | |
| ID | okknaimffggadekljmddocmcfncccdap |
| Official URL | https://chromewebstore.google.com/detail/ems-cc-2020/okknaimffggadekljmddocmcfncccdap |
| Description | Function detail |
| File Size | 985 KB |
| Installation Count | 91 |
| Current Version | 1.2.1 |
| Last Updated | 2020-08-18 |
| Publish Date | 2020-02-12 |
| Developer | https://mipbx.vn |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://mipbx.vn |
| Help Page URL | https://mipbx.vn/lien-he-tu-van-va-hop-tac-voi-mipbx |
| Privacy Policy Page URL | https://mitek.vn/chinh-sach-bao-mat-va-hoan-tien |
| Supported Languages | 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"
]
} | |