Screen sharing for VROOM

Allow screen sharing in the VROOM WebRTC visio conference app

What is Screen sharing for VROOM?

Screen sharing for VROOM is a Chrome extension developed by Daniel B., and its main feature is "Allow screen sharing in the VROOM WebRTC visio conference app".

Download Screen sharing for VROOM Extension CRX File

Download Screen sharing for VROOM 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

                        This simple extension allows screen sharing with the VROOM video conference app                    

Extension Basic Information

Name Screen sharing for VROOM Screen sharing for VROOM
ID ecicdpoejfllflombfanbhfpgcimjddn
Official URL https://chrome.google.com/webstore/detail/screen-sharing-for-vroom/ecicdpoejfllflombfanbhfpgcimjddn
Description Allow screen sharing in the VROOM WebRTC visio conference app
File Size 3.92 KB
Installation Count 81
Current Version 0.0.1
Last Updated 2014-04-30
Publish Date 2014-04-30
Developer Daniel B.
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screen sharing for VROOM",
    "description": "Allow screen sharing in the VROOM WebRTC visio conference app",
    "version": "0.0.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": [],
    "permissions": [
        "desktopCapture"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}