Helmholtz München - VNCtalk Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with VNCtalk.
Cos'è Helmholtz München - VNCtalk Desktop Streamer?
Helmholtz München - VNCtalk Desktop Streamer è un'estensione di Chrome sviluppata da vnc.ag.de, e la sua funzione principale è "A simple extension that allows you to stream your desktop into meetings with VNCtalk.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Helmholtz München - VNCtalk Desktop Streamer
Scarica i file di estensione Helmholtz München - VNCtalk Desktop Streamer 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
A simple extension that allows you to stream your desktop into meetings with VNCtalk. Informazioni di Base sull'Estensione
| Nome | |
| ID | occeglpgjohjalbfgaphbonajobfohlm |
| URL Ufficiale | https://chromewebstore.google.com/detail/helmholtz-m%C3%BCnchen-vnctalk/occeglpgjohjalbfgaphbonajobfohlm |
| Descrizione | A simple extension that allows you to stream your desktop into meetings with VNCtalk. |
| Dimensione del File | 897 KB |
| Conteggio Installazioni | 131 |
| Versione Corrente | 0.1.6.8 |
| Ultimo Aggiornamento | 2016-03-01 |
| Data di Pubblicazione | 2016-03-01 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | vnc.ag.de |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://www.vnc.biz |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Helmholtz M\u00fcnchen - VNCtalk Desktop Streamer",
"description": "A simple extension that allows you to stream your desktop into meetings with VNCtalk.",
"version": "0.1.6.8",
"minimum_chrome_version": "34",
"icons": {
"16": "VNCtalk_zimlet_icon_rgb_16.png",
"48": "VNCtalk_zimlet_icon_rgb_48.png",
"128": "VNCtalk_zimlet_icon_rgb_128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"permissions": [
"desktopCapture"
],
"externally_connectable": {
"matches": [
"*:\/\/meet.jit.si\/*",
"*:\/\/*.helmholtz-muenchen.de\/*",
"*:\/\/*.xmpp.scidom.de\/*",
"*:\/\/*.auth.helmholtz-muenchen.de\/*",
"*:\/\/*.external.helmholtz-muenchen.de\/*",
"*:\/\/*.vnctalk.helmholtz-muenchen.de\/*",
"*:\/\/*.xmpp.helmholtz-muenchen.de\/*",
"*:\/\/*.prosody.helmholtz-muenchen.de\/*",
"*:\/\/*.meet.helmholtz-muenchen.de\/*"
]
}
} | |