WebRTC for Vonage CC

WebRTC extension for Vonage Contact Center

What is WebRTC for Vonage CC?

WebRTC for Vonage CC is a Chrome extension developed by https://contact-world.net, and its main feature is "WebRTC extension for Vonage Contact Center".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download WebRTC for Vonage CC Extension CRX File

Download WebRTC for Vonage CC extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name WebRTC for Vonage CC WebRTC for Vonage CC
ID jahbgfelgdkpjhbcggnkfglaldkhodmi
Official URL https://chromewebstore.google.com/detail/webrtc-for-vonage-cc/jahbgfelgdkpjhbcggnkfglaldkhodmi
Description WebRTC extension for Vonage Contact Center
File Size 2.29 MB
Installation Count 46,789
Current Version 3.24.36
Last Updated 2022-05-30
Publish Date 2020-05-18
Rating 3.84/5 Total 19 Ratings
Developer https://contact-world.net
Email [email protected]
Payment Type free
Extension Website https://www.newvoicemedia.com
Supported Languages 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\/*"
        ]
    }
}