VideoRTC Screensharing

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

Co to jest VideoRTC Screensharing?

VideoRTC Screensharing to rozszerzenie Chrome opracowane przez https://ivrpowers.com, a jego główną funkcją jest „This is the IVRPowers extension for Screensharing support in the Video Gateway WebRTC”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia VideoRTC Screensharing

Pobierz pliki rozszerzeń VideoRTC Screensharing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa VideoRTC Screensharing VideoRTC Screensharing
ID pkilckpboojemoogepfpkgbihkfkikel
Oficjalny URL https://chromewebstore.google.com/detail/videortc-screensharing/pkilckpboojemoogepfpkgbihkfkikel
Opis This is the IVRPowers extension for Screensharing support in the Video Gateway WebRTC
Rozmiar pliku 10.14 KB
Liczba instalacji 0
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2017-03-22
Data Publikacji 2017-03-22
Deweloper https://ivrpowers.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}