MiPBX CC-AGENT
Function detail
What is MiPBX CC-AGENT?
MiPBX CC-AGENT is a Chrome extension developed by https://mipbx.vn, and its main feature is "Function detail".
Extension Screenshots
Download MiPBX CC-AGENT Extension CRX File
Download MiPBX CC-AGENT 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
MiPBX CallCenter System - Chrome Extension for activity from Agent: login/logout, pause queue, AUX, ACW, Popup the customer information
Extension Basic Information
Name | MiPBX CC-AGENT |
ID | fdhnolakglfpgaeijfjhcakkimgkkeoa |
Official URL | https://chromewebstore.google.com/detail/mipbx-cc-agent/fdhnolakglfpgaeijfjhcakkimgkkeoa |
Description | Function detail |
File Size | 1.17 MB |
Installation Count | 131 |
Current Version | 1.2.3 |
Last Updated | 2022-08-10 |
Publish Date | 2020-06-25 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://mipbx.vn |
[email protected] | |
Payment Type | free |
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": "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" ] } ] } |