Focus WebPhone
Focus WebPhone
Focus WebPhone là gì?
Focus WebPhone là một tiện ích mở rộng Chrome được phát triển bởi Focus Telecom Polska, và tính năng chính của nó là "Focus WebPhone".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Focus WebPhone
Tải xuống các tệp mở rộng Focus WebPhone dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hfamkegkmfhdpipffhjlpgnffngpfpcc |
URL Chính Thức | https://chrome.google.com/webstore/detail/focus-webphone/hfamkegkmfhdpipffhjlpgnffngpfpcc |
Mô tả | Focus WebPhone |
Kích Thước Tệp | 23.33 KB |
Số Lần Cài Đặt | 663 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2019-10-10 |
Ngày Phát Hành | 2019-10-10 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Focus Telecom Polska |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://focustelecom.pl/focus-webphone/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |