WeConnect Screen Sharing

This enables screen sharing for Barco WeConnect.

What is WeConnect Screen Sharing?

WeConnect Screen Sharing is a Chrome extension developed by seba kerckhof, and its main feature is "This enables screen sharing for Barco WeConnect.".

Extension Screenshots

screenshot

Download WeConnect Screen Sharing Extension CRX File

Download WeConnect Screen Sharing 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

                                            

Extension Basic Information

Name WeConnect Screen Sharing WeConnect Screen Sharing
ID khmaegcgnbjijpkbjjfeillhmdlgpejo
Official URL https://chromewebstore.google.com/detail/weconnect-screen-sharing/khmaegcgnbjijpkbjjfeillhmdlgpejo
Description This enables screen sharing for Barco WeConnect.
File Size 30.15 KB
Installation Count 556
Current Version 2.1
Last Updated 2018-11-07
Publish Date 2018-11-07
Developer seba kerckhof
Payment Type free
Extension Website https://edu.barco.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WeConnect Screen Sharing",
    "author": "Barco nv",
    "version": "2.1",
    "manifest_version": 2,
    "minimum_chrome_version": "61",
    "description": "This enables screen sharing for Barco WeConnect.",
    "homepage_url": "https:\/\/edu.barco.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.dev.barco.com\/*",
            "https:\/\/*.edu.barco.com\/*",
            "https:\/\/*.edu.barco.cloud\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}