EMS-CC 2020
Function detail
EMS-CC 2020란 무엇입니까?
EMS-CC 2020은(는) https://mipbx.vn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Function detail"입니다.
확장 프로그램 스크린샷
EMS-CC 2020 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
- 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 |
이메일 | [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" ] } |