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
拡張機能の基本情報
名前 | EMS-CC 2020 |
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 |
Eメール | [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" ] } |