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”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载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 WebRTC for Vonage CC
ID jahbgfelgdkpjhbcggnkfglaldkhodmi
官方URL 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\/*"
        ]
    }
}