Live.Barco Screen Sharing

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

Vad är Live.Barco Screen Sharing?

Live.Barco Screen Sharing är en Chrome-tillägg utvecklad av Live.Barco, och dess huvudfunktion är "This Chrome extension is developed primary for https://live.barco.cloud/".

Tilläggsskärmbilder

screenshot

Ladda ner Live.Barco Screen Sharing-förlängningens CRX-fil

Ladda ner Live.Barco Screen Sharing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Live.Barco Screen Sharing Live.Barco Screen Sharing
ID hodkfbelgnjmmenabpliifaomefdipom
Officiell webbadress https://chromewebstore.google.com/detail/livebarco-screen-sharing/hodkfbelgnjmmenabpliifaomefdipom
Beskrivning This Chrome extension is developed primary for https://live.barco.cloud/
Filstorlek 22.34 KB
Antal Installationer 143
Aktuell Version 1.0
Senast Uppdaterad 2018-03-22
Publiceringsdatum 2018-03-21
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare Live.Barco
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://live.barco.cloud
Hjälpsida URL https://live.barco.cloud
URL till Sekretesspolicy Sidan https://www.barco.com/en/about-barco/legal/privacy-policy
Stödda Språk 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"
    ]
}