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
Eメール [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\/*"
        ]
    }
}