WebRTC for Vonage CC

WebRTC extension for Vonage Contact Center

WebRTC for Vonage CC क्या है?

WebRTC for Vonage CC https://contact-world.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "WebRTC extension for Vonage Contact Center"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WebRTC for Vonage CC एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
        ]
    }
}