Focus WebPhone
Focus WebPhone
Focus WebPhone란 무엇입니까?
Focus WebPhone은(는) Focus Telecom Polska에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Focus WebPhone"입니다.
확장 프로그램 스크린샷
Focus WebPhone 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Intelligent multi-channel communication system of Focus Contact Center in your company. Take care of the convenience of your customers, organize and supervise communication processes in all channels. - Integrate communication channels - Improve the quality of communication - Improve your service - Take advantage of additional opportunities - Manage the system by yourself - Ensure data security - Control your employees - Plan and forecast the effects Focus Contact Center has a fully integrated network phone working on the basis of WebRTC technology. It does not require downloading or installing additional software - it is enough to add an extension to the browser. You do not need to engage the IT department to configure the network or workstation. Focus Webphone is automatically configured and immediately ready to work. With SSL/TLS, your conversations are 100% safe.
확장 프로그램 기본 정보
이름 | |
ID | hfamkegkmfhdpipffhjlpgnffngpfpcc |
공식 URL | https://chrome.google.com/webstore/detail/focus-webphone/hfamkegkmfhdpipffhjlpgnffngpfpcc |
설명 | Focus WebPhone |
파일 크기 | 23.33 KB |
설치 횟수 | 663 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2019-10-10 |
출시 날짜 | 2019-10-10 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Focus Telecom Polska |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://focustelecom.pl/focus-webphone/ |
지원되는 언어 | pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Focus WebPhone", "description": "Focus WebPhone", "version": "1.0.0", "manifest_version": 2, "browser_action": { "default_title": "Focus WebPhone" }, "background": { "scripts": [ "config.js", "setup.js", "background.js" ], "persistent": false }, "permissions": [ "tabs" ], "icons": { "128": "icons\/logo.png" } } |