MiPBX CC-AGENT
Function detail
MiPBX CC-AGENTとは何ですか?
MiPBX CC-AGENTはhttps://mipbx.vnによって開発されたChromeの拡張機能で、その主な機能は「Function detail」です。
拡張機能のスクリーンショット
MiPBX CC-AGENT拡張機能のCRXファイルをダウンロード
MiPBX CC-AGENT拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
MiPBX CallCenter System - Chrome Extension for activity from Agent: login/logout, pause queue, AUX, ACW, Popup the customer information
拡張機能の基本情報
名前 | MiPBX CC-AGENT |
ID | fdhnolakglfpgaeijfjhcakkimgkkeoa |
公式URL | https://chromewebstore.google.com/detail/mipbx-cc-agent/fdhnolakglfpgaeijfjhcakkimgkkeoa |
説明 | Function detail |
ファイルサイズ | 1.17 MB |
インストール数 | 131 |
現在のバージョン | 1.2.3 |
最終更新日 | 2022-08-10 |
公開日 | 2020-06-25 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://mipbx.vn |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページの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": "MiPBX CC-AGENT", "description": "Function detail", "version": "1.2.3", "icons": { "128": "mipbx-new.png" }, "browser_action": { "default_icon": "mipbx-new.png" }, "background": { "scripts": [ "js\/socket.io.js", "js\/background.js" ] }, "permissions": [ "contextMenus", "storage", "notifications", "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/*.freshdesk.com\/*" ], "css": [ "css\/contentCss.css" ], "js": [ "js\/contentScript.js" ] } ] } |