Focus WebPhone
Focus WebPhone
什麼是Focus WebPhone?
Focus WebPhone是由Focus Telecom Polska開發的Chrome擴展程式,該擴展的主要功能是“Focus WebPhone”。
擴展截圖
下載Focus WebPhone擴展crx文件
下載Focus WebPhone擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } } |