VideoRTC Screensharing
This is the IVRPowers extension for Screensharing support in the Video Gateway WebRTC
Qu'est-ce que VideoRTC Screensharing ?
VideoRTC Screensharing est une extension Chrome développée par https://ivrpowers.com, et sa fonction principale est "This is the IVRPowers extension for Screensharing support in the Video Gateway WebRTC".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension VideoRTC Screensharing
Téléchargez les fichiers d'extension VideoRTC Screensharing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | VideoRTC Screensharing |
ID | pkilckpboojemoogepfpkgbihkfkikel |
URL Officiel | https://chromewebstore.google.com/detail/videortc-screensharing/pkilckpboojemoogepfpkgbihkfkikel |
Description | This is the IVRPowers extension for Screensharing support in the Video Gateway WebRTC |
Taille du Fichier | 10.14 KB |
Nombre d'Installations | 0 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2017-03-22 |
Date de Publication | 2017-03-22 |
Développeur | https://ivrpowers.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |