WebRTC for Vonage CC
WebRTC extension for Vonage Contact Center
¿Qué es WebRTC for Vonage CC?
WebRTC for Vonage CC es una extensión de Chrome desarrollada por https://contact-world.net, y su función principal es "WebRTC extension for Vonage Contact Center".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión WebRTC for Vonage CC
Descarga archivos de extensión WebRTC for Vonage CC en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | WebRTC for Vonage CC |
ID | jahbgfelgdkpjhbcggnkfglaldkhodmi |
URL Oficial | https://chromewebstore.google.com/detail/webrtc-for-vonage-cc/jahbgfelgdkpjhbcggnkfglaldkhodmi |
Descripción | WebRTC extension for Vonage Contact Center |
Tamaño del Archivo | 2.29 MB |
Cantidad de Instalaciones | 46,789 |
Versión Actual | 3.24.36 |
Última Actualización | 2022-05-30 |
Fecha de Publicación | 2020-05-18 |
Calificación | 3.84/5 Total de 19 Calificaciones |
Desarrollador | https://contact-world.net |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.newvoicemedia.com |
Idiomas Soportados | 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\/*" ] } } |