WebRTC for Vonage CC
WebRTC extension for Vonage Contact Center
WebRTC for Vonage CC là gì?
WebRTC for Vonage CC là một tiện ích mở rộng Chrome được phát triển bởi https://contact-world.net, và tính năng chính của nó là "WebRTC extension for Vonage Contact Center".
Ả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 WebRTC for Vonage CC
Tải xuống các tệp mở rộng WebRTC for Vonage CC 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
Vonage Contact Center WebRTC chrome extension. If your Vonage Contact Center account has been deployed using WebRTC technology, you can make and receive calls in ContactPad using your usual computer or device, without any need for a physical telephone. When you use ContactPad to make or receive a call, instead of your telephone ringing as normal, additional buttons appear within ContactPad. You can use these buttons to accept incoming calls or continue with outbound calls. Using the Chrome extension allows you to carry on navigating around in browser without dropping your webRTC call. Release Notes: https://newvoicemedia.atlassian.net/wiki/x/LwBgE
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | WebRTC for Vonage CC |
ID | jahbgfelgdkpjhbcggnkfglaldkhodmi |
URL Chính Thức | https://chromewebstore.google.com/detail/webrtc-for-vonage-cc/jahbgfelgdkpjhbcggnkfglaldkhodmi |
Mô tả | WebRTC extension for Vonage Contact Center |
Kích Thước Tệp | 2.29 MB |
Số Lần Cài Đặt | 46,789 |
Phiên Bản Hiện Tại | 3.24.36 |
Cập Nhật Lần Cuối | 2022-05-30 |
Ngày Phát Hành | 2020-05-18 |
Đánh Giá | 3.84/5 Tổng số 19 Đánh Giá |
Nhà Phát Triển | https://contact-world.net |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.newvoicemedia.com |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WebRTC for Vonage CC", "description": "WebRTC extension for Vonage Contact Center", "version": "3.24.36", "options_ui": { "page": "dist\/options.html", "chrome_style": true, "open_in_tab": true }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": { "16": "icons\/fadedIcon16.png", "48": "icons\/fadedIcon48.png", "128": "icons\/fadedIcon128.png" }, "default_popup": "dist\/popup.html" }, "background": { "persistent": true, "scripts": [ "dist\/background.js" ] }, "permissions": [ "storage" ], "externally_connectable": { "matches": [ "https:\/\/*.nvminternal.net\/*", "https:\/\/*.nvmtest.net\/*", "https:\/\/*.newvoicemedia.com\/*", "https:\/\/*.contact-world.net\/*" ] } } |