EMS-CC 2020
Function detail
Wat is EMS-CC 2020?
EMS-CC 2020 is een Chrome-extensie ontwikkeld door https://mipbx.vn, en de belangrijkste functie is "Function detail".
Extensie Screenshots
Download het CRX-bestand van de extensie EMS-CC 2020
Download EMS-CC 2020-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
- Activity Agent: Login, logout, pause queue - Popup customer information: Integration with Zoho Desk - Popup tracking bill information - Click to call from chrome web browser
Basisinformatie over de Extensie
Naam | EMS-CC 2020 |
ID | okknaimffggadekljmddocmcfncccdap |
Officiële URL | https://chromewebstore.google.com/detail/ems-cc-2020/okknaimffggadekljmddocmcfncccdap |
Beschrijving | Function detail |
Bestandsgrootte | 985 KB |
Aantal Installaties | 91 |
Huidige Versie | 1.2.1 |
Laatst Bijgewerkt | 2020-08-18 |
Publicatiedatum | 2020-02-12 |
Ontwikkelaar | https://mipbx.vn |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://mipbx.vn |
Help Pagina-URL | https://mipbx.vn/lien-he-tu-van-va-hop-tac-voi-mipbx |
URL van de Privacybeleid Pagina | https://mitek.vn/chinh-sach-bao-mat-va-hoan-tien |
Ondersteunde Talen | 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" ] } |