VideoRTC Screensharing

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

Cos'è VideoRTC Screensharing?

VideoRTC Screensharing è un'estensione di Chrome sviluppata da https://ivrpowers.com, e la sua funzione principale è "This is the IVRPowers extension for Screensharing support in the Video Gateway WebRTC".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione VideoRTC Screensharing

Scarica i file di estensione VideoRTC Screensharing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome VideoRTC Screensharing VideoRTC Screensharing
ID pkilckpboojemoogepfpkgbihkfkikel
URL Ufficiale https://chromewebstore.google.com/detail/videortc-screensharing/pkilckpboojemoogepfpkgbihkfkikel
Descrizione This is the IVRPowers extension for Screensharing support in the Video Gateway WebRTC
Dimensione del File 10.14 KB
Conteggio Installazioni 0
Versione Corrente 1.0.0
Ultimo Aggiornamento 2017-03-22
Data di Pubblicazione 2017-03-22
Sviluppatore https://ivrpowers.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}