WebRTC for Vonage CC
WebRTC extension for Vonage Contact Center
什麼是WebRTC for Vonage CC?
WebRTC for Vonage CC是由https://contact-world.net開發的Chrome擴展程式,該擴展的主要功能是“WebRTC extension for Vonage Contact Center”。
擴展截圖
下載WebRTC for Vonage CC擴展crx文件
下載WebRTC for Vonage CC擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | WebRTC for Vonage CC |
ID | jahbgfelgdkpjhbcggnkfglaldkhodmi |
官方網址 | https://chromewebstore.google.com/detail/webrtc-for-vonage-cc/jahbgfelgdkpjhbcggnkfglaldkhodmi |
簡介 | WebRTC extension for Vonage Contact Center |
檔案大小 | 2.29 MB |
安裝次數 | 46,789 |
目前版本 | 3.24.36 |
更新時間 | 2022-05-30 |
上架時間 | 2020-05-18 |
評分 | 3.84/5 共 19 次評分 |
開發者 | https://contact-world.net |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.newvoicemedia.com |
支援的語言 | 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\/*" ] } } |