XAD Client for FD&FS v2.0.1229
XAD Client Addon for FS&FD
XAD Client for FD&FS v2.0.1229란 무엇입니까?
XAD Client for FD&FS v2.0.1229은(는) https://www.cloudpbx.vn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "XAD Client Addon for FS&FD"입니다.
확장 프로그램 스크린샷
XAD Client for FD&FS v2.0.1229 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
XAD (client-site addon) Chrome Extension is Computer Telephony Integrations (CTI) Agent Desktop Application for Freshdesk and Freshsales CRM(s) integration, special designed for Call Center Agent / Contact Center Agent. Using for Linux and Windows. How it works? - Go to the Chrome web store, search the XAD key word then Add to your chrome - Login into XAD Extension with your individual call center account - Receive incoming calls and provides caller identification feature (screen pop-up) via your CRM application. - Click on a phone number and make a call - Make outgoing calls via call bar - All your calls will automatically get logged and recorded in your XAD account - More features: Agent Information, Pause (with reasons list), Unpause, Show Call Waiting (CW), Logout
확장 프로그램 기본 정보
이름 | XAD Client for FD&FS v2.0.1229 |
ID | kgkbdibjpmihnpnilpmnohfbafihnfhp |
공식 URL | https://chromewebstore.google.com/detail/xad-client-for-fdfs-v2012/kgkbdibjpmihnpnilpmnohfbafihnfhp |
설명 | XAD Client Addon for FS&FD |
파일 크기 | 178 KB |
설치 횟수 | 37 |
현재 버전 | 2.0.1229 |
최근 업데이트 | 2020-12-31 |
출시 날짜 | 2020-12-31 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://www.cloudpbx.vn |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.cloudpbx.vn/dich-vu-cloud-call-center |
도움말 페이지 URL | https://www.cloudpbx.vn/ho-tro |
개인정보 보호 정책 페이지 URL | https://www.cloudpbx.vn/privacy-policy-en |
지원되는 언어 | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "XAD Client for FD&FS v2.0.1229", "description": "XAD Client Addon for FS&FD", "version": "2.0.1229", "permissions": [ "activeTab", "tabs", "https:\/\/*\/*", "file:\/\/\/*\/*", "notifications", "storage" ], "optional_permissions": [ "downloads" ], "icons": { "128": "img\/xad128.png" }, "browser_action": { "default_title": "XAD Client for FD&FS v2.0.1229", "default_icon": "img\/icon_logout.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "img\/*.png", "js\/*" ], "background": { "scripts": [ "js\/jquery3.2.1.min.js", "js\/socket.io.js", "js\/common.js", "js\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.freshdesk.com\/*", "https:\/\/*.freshsales.com\/*" ], "js": [ "js\/jquery3.2.1.min.js", "js\/clients.js" ] } ], "options_page": "options.html", "manifest_version": 2 } |