Live.Barco Screen Sharing
This Chrome extension is developed primary for https://live.barco.cloud/
Wat is Live.Barco Screen Sharing?
Live.Barco Screen Sharing is een Chrome-extensie ontwikkeld door Live.Barco, en de belangrijkste functie is "This Chrome extension is developed primary for https://live.barco.cloud/".
Extensie Screenshots
Download het CRX-bestand van de extensie Live.Barco Screen Sharing
Download Live.Barco Screen Sharing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | hodkfbelgnjmmenabpliifaomefdipom |
| Officiële URL | https://chromewebstore.google.com/detail/livebarco-screen-sharing/hodkfbelgnjmmenabpliifaomefdipom |
| Beschrijving | This Chrome extension is developed primary for https://live.barco.cloud/ |
| Bestandsgrootte | 22.34 KB |
| Aantal Installaties | 143 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2018-03-22 |
| Publicatiedatum | 2018-03-21 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | Live.Barco |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://live.barco.cloud |
| Help Pagina-URL | https://live.barco.cloud |
| URL van de Privacybeleid Pagina | https://www.barco.com/en/about-barco/legal/privacy-policy |
| Ondersteunde Talen | 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"
]
} | |