Helmholtz München - VNCtalk Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with VNCtalk.
Wat is Helmholtz München - VNCtalk Desktop Streamer?
Helmholtz München - VNCtalk Desktop Streamer is een Chrome-extensie ontwikkeld door vnc.ag.de, en de belangrijkste functie is "A simple extension that allows you to stream your desktop into meetings with VNCtalk.".
Extensie Screenshots
Download het CRX-bestand van de extensie Helmholtz München - VNCtalk Desktop Streamer
Download Helmholtz München - VNCtalk Desktop Streamer-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
A simple extension that allows you to stream your desktop into meetings with VNCtalk. Basisinformatie over de Extensie
| Naam | |
| ID | occeglpgjohjalbfgaphbonajobfohlm |
| Officiële URL | https://chromewebstore.google.com/detail/helmholtz-m%C3%BCnchen-vnctalk/occeglpgjohjalbfgaphbonajobfohlm |
| Beschrijving | A simple extension that allows you to stream your desktop into meetings with VNCtalk. |
| Bestandsgrootte | 897 KB |
| Aantal Installaties | 131 |
| Huidige Versie | 0.1.6.8 |
| Laatst Bijgewerkt | 2016-03-01 |
| Publicatiedatum | 2016-03-01 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | vnc.ag.de |
| Betalingswijze | free |
| Extensiewebsite | http://www.vnc.biz |
| Ondersteunde Talen | 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\/*"
]
}
} | |