WE2VIDEO Direct Screenshare Room Extension

WE2VIDEO Screen Sharing allows you share screens

What is WE2VIDEO Direct Screenshare Room Extension?

WE2VIDEO Direct Screenshare Room Extension is a Chrome extension developed by NetStairs, and its main feature is "WE2VIDEO Screen Sharing allows you share screens".

Extension Screenshots

screenshot

Download WE2VIDEO Direct Screenshare Room Extension Extension CRX File

Download WE2VIDEO Direct Screenshare Room Extension 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

                        WE2VIDEO Direct Screen Sharing allows you to share your screens directly into the rooms                    

Extension Basic Information

Name WE2VIDEO Direct Screenshare Room Extension WE2VIDEO Direct Screenshare Room Extension
ID gedooglnancmadejdfnknfbfcblmcdbn
Official URL https://chromewebstore.google.com/detail/we2video-direct-screensha/gedooglnancmadejdfnknfbfcblmcdbn
Description WE2VIDEO Screen Sharing allows you share screens
File Size 19.31 KB
Installation Count 160
Current Version 1.0.0
Last Updated 2020-04-16
Publish Date 2020-04-16
Developer NetStairs
Email [email protected]
Payment Type free
Extension Website https://we2.video
Help Page URL https://we2.video/help
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WE2VIDEO Direct Screenshare Room Extension",
    "author": "NETSTAIRS",
    "description": "WE2VIDEO Screen Sharing allows you share screens",
    "version": "1.0.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.we2.video\/*"
            ]
        }
    ],
    "homepage_url": "https:\/\/we2.video\/",
    "externally_connectable": {
        "matches": [
            "https:\/\/*.we2.video\/*"
        ]
    }
}