WeConnect Screen Sharing
This enables screen sharing for Barco WeConnect.
Cos'è WeConnect Screen Sharing?
WeConnect Screen Sharing è un'estensione di Chrome sviluppata da seba kerckhof, e la sua funzione principale è "This enables screen sharing for Barco WeConnect.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WeConnect Screen Sharing
Scarica i file di estensione WeConnect Screen Sharing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
| Nome | |
| ID | khmaegcgnbjijpkbjjfeillhmdlgpejo |
| URL Ufficiale | https://chromewebstore.google.com/detail/weconnect-screen-sharing/khmaegcgnbjijpkbjjfeillhmdlgpejo |
| Descrizione | This enables screen sharing for Barco WeConnect. |
| Dimensione del File | 30.15 KB |
| Conteggio Installazioni | 556 |
| Versione Corrente | 2.1 |
| Ultimo Aggiornamento | 2018-11-07 |
| Data di Pubblicazione | 2018-11-07 |
| Sviluppatore | seba kerckhof |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://edu.barco.com |
| Lingue Supportate | 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"
]
} | |