VideoRTC Screensharing
This is the IVRPowers extension for Screensharing support in the Video Gateway WebRTC
Wat is VideoRTC Screensharing?
VideoRTC Screensharing is een Chrome-extensie ontwikkeld door https://ivrpowers.com, en de belangrijkste functie is "This is the IVRPowers extension for Screensharing support in the Video Gateway WebRTC".
Extensie Screenshots
Download het CRX-bestand van de extensie VideoRTC Screensharing
Download VideoRTC Screensharing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | pkilckpboojemoogepfpkgbihkfkikel | 
| Officiële URL | https://chromewebstore.google.com/detail/videortc-screensharing/pkilckpboojemoogepfpkgbihkfkikel | 
| Beschrijving | This is the IVRPowers extension for Screensharing support in the Video Gateway WebRTC | 
| Bestandsgrootte | 10.14 KB | 
| Aantal Installaties | 0 | 
| Huidige Versie | 1.0.0 | 
| Laatst Bijgewerkt | 2017-03-22 | 
| Publicatiedatum | 2017-03-22 | 
| Ontwikkelaar | https://ivrpowers.com | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
    ]
}  |  |