MiPBX CC-AGENT 2023
Function detail
MiPBX CC-AGENT 2023とは何ですか?
MiPBX CC-AGENT 2023はhttps://mitek.vnによって開発されたChromeの拡張機能で、その主な機能は「Function detail」です。
拡張機能のスクリーンショット
MiPBX CC-AGENT 2023拡張機能のCRXファイルをダウンロード
MiPBX CC-AGENT 2023拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
MiPBX CallCenter System - Chrome Extension for activity from Agent: login/logout, pause queue, AUX, ACW, Popup the customer information 拡張機能の基本情報
| 名前 | |
| ID | kflbkpckbdocgpbacdcilkicpaancojk |
| 公式URL | https://chromewebstore.google.com/detail/mipbx-cc-agent-2023/kflbkpckbdocgpbacdcilkicpaancojk |
| 説明 | Function detail |
| ファイルサイズ | 1.18 MB |
| インストール数 | 77 |
| 現在のバージョン | 1.0.4 |
| 最終更新日 | 2023-06-24 |
| 公開日 | 2022-12-30 |
| 開発者 | https://mitek.vn |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://mitek.vn/san-pham/ |
| ヘルプページのURL | https://mitek.vn/lien-he/ |
| プライバシーポリシーページの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": 3,
"name": "MiPBX CC-AGENT 2023",
"description": "Function detail",
"version": "1.0.4",
"icons": {
"128": "mipbx-new.png"
},
"action": {
"default_icon": "mipbx-new.png"
},
"background": {
"service_worker": "js\/background.js"
},
"permissions": [
"contextMenus",
"storage",
"notifications",
"activeTab",
"https:\/\/mitek.vn\/chinh-sach-bao-mat-va-hoan-tien"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.freshdesk.com\/*"
],
"css": [
"css\/contentCss.css"
],
"js": [
"js\/contentScript.js"
]
}
],
"privacy_policy": "https:\/\/mitek.vn\/chinh-sach-bao-mat-va-hoan-tien"
} | |