VideoRTC Screensharing

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

What is VideoRTC Screensharing?

VideoRTC Screensharing is a Chrome extension developed by https://ivrpowers.com, and its main feature is "This is the IVRPowers extension for Screensharing support in the Video Gateway WebRTC".

Extension Screenshots

screenshot
screenshot

Download VideoRTC Screensharing Extension CRX File

Download VideoRTC Screensharing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name VideoRTC Screensharing VideoRTC Screensharing
ID pkilckpboojemoogepfpkgbihkfkikel
Official URL https://chromewebstore.google.com/detail/videortc-screensharing/pkilckpboojemoogepfpkgbihkfkikel
Description This is the IVRPowers extension for Screensharing support in the Video Gateway WebRTC
File Size 10.14 KB
Installation Count 0
Current Version 1.0.0
Last Updated 2017-03-22
Publish Date 2017-03-22
Developer https://ivrpowers.com
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}