VideoRTC Screensharing
This is the IVRPowers extension for Screensharing support in the Video Gateway WebRTC
Co je VideoRTC Screensharing?
VideoRTC Screensharing je rozšíření Chrome vyvinuté https://ivrpowers.com, a jeho hlavní funkcí je „This is the IVRPowers extension for Screensharing support in the Video Gateway WebRTC“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření VideoRTC Screensharing
Stáhněte si soubory rozšíření VideoRTC Screensharing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | VideoRTC Screensharing |
ID | pkilckpboojemoogepfpkgbihkfkikel |
Oficiální URL | https://chromewebstore.google.com/detail/videortc-screensharing/pkilckpboojemoogepfpkgbihkfkikel |
Popis | This is the IVRPowers extension for Screensharing support in the Video Gateway WebRTC |
Velikost souboru | 10.14 KB |
Počet instalací | 0 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2017-03-22 |
Datum Vydání | 2017-03-22 |
Vývojář | https://ivrpowers.com |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |