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 |
| 官方網址 | 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"
]
} | |