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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
        ]
    }
}