Live.Barco Screen Sharing

This Chrome extension is developed primary for https://live.barco.cloud/

What is Live.Barco Screen Sharing?

Live.Barco Screen Sharing is a Chrome extension developed by Live.Barco, and its main feature is "This Chrome extension is developed primary for https://live.barco.cloud/".

Extension Screenshots

screenshot

Download Live.Barco Screen Sharing Extension CRX File

Download Live.Barco 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

                        This Chrome extension is developed primary for https://live.barco.cloud/

This extension makes use of native chrome API to return screen id, so that screen sharing can be done.                    

Extension Basic Information

Name Live.Barco Screen Sharing Live.Barco Screen Sharing
ID hodkfbelgnjmmenabpliifaomefdipom
Official URL https://chromewebstore.google.com/detail/livebarco-screen-sharing/hodkfbelgnjmmenabpliifaomefdipom
Description This Chrome extension is developed primary for https://live.barco.cloud/
File Size 22.34 KB
Installation Count 143
Current Version 1.0
Last Updated 2018-03-22
Publish Date 2018-03-21
Rating 5.00/5 Total 3 Ratings
Developer Live.Barco
Email [email protected]
Payment Type free
Extension Website https://live.barco.cloud
Help Page URL https://live.barco.cloud
Privacy Policy Page URL https://www.barco.com/en/about-barco/legal/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Live.Barco Screen Sharing",
    "author": "Live.Barco",
    "version": "1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed primary for https:\/\/live.barco.cloud\/",
    "homepage_url": "https:\/\/live.barco.cloud\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.barco.com\/*",
            "https:\/\/*.barco.cloud\/*",
            "https:\/\/*.barco.com:8084\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}