VideoRTC Screensharing

This is the IVRPowers extension for Screensharing support in the Video Gateway WebRTC

Vad är VideoRTC Screensharing?

VideoRTC Screensharing är en Chrome-tillägg utvecklad av https://ivrpowers.com, och dess huvudfunktion är "This is the IVRPowers extension for Screensharing support in the Video Gateway WebRTC".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner VideoRTC Screensharing-förlängningens CRX-fil

Ladda ner VideoRTC Screensharing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        VideoRTC Screensharing is a chrome extension that supports to share a screen or window application from the Agent during an advanced Call Center interaction with Users.                    

Grundläggande Information om Tillägg

Namn VideoRTC Screensharing VideoRTC Screensharing
ID pkilckpboojemoogepfpkgbihkfkikel
Officiell webbadress https://chromewebstore.google.com/detail/videortc-screensharing/pkilckpboojemoogepfpkgbihkfkikel
Beskrivning This is the IVRPowers extension for Screensharing support in the Video Gateway WebRTC
Filstorlek 10.14 KB
Antal Installationer 0
Aktuell Version 1.0.0
Senast Uppdaterad 2017-03-22
Publiceringsdatum 2017-03-22
Utvecklare https://ivrpowers.com
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VideoRTC Screensharing",
    "short_name": "VideoRTC Screensharing",
    "description": "This is the IVRPowers extension for Screensharing support in the Video Gateway WebRTC",
    "author": "IVRPowers",
    "version": "1.0.0",
    "icons": {
        "128": "assets\/icon128.png",
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png"
    },
    "minimum_chrome_version": "34",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "desktopCapture"
    ]
}