Helmholtz München - VNCtalk Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with VNCtalk.
Qu'est-ce que Helmholtz München - VNCtalk Desktop Streamer ?
Helmholtz München - VNCtalk Desktop Streamer est une extension Chrome développée par vnc.ag.de, et sa fonction principale est "A simple extension that allows you to stream your desktop into meetings with VNCtalk.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Helmholtz München - VNCtalk Desktop Streamer
Téléchargez les fichiers d'extension Helmholtz München - VNCtalk Desktop Streamer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
A simple extension that allows you to stream your desktop into meetings with VNCtalk.
Informations de Base sur l'Extension
Nom | Helmholtz München - VNCtalk Desktop Streamer |
ID | occeglpgjohjalbfgaphbonajobfohlm |
URL Officiel | https://chromewebstore.google.com/detail/helmholtz-m%C3%BCnchen-vnctalk/occeglpgjohjalbfgaphbonajobfohlm |
Description | A simple extension that allows you to stream your desktop into meetings with VNCtalk. |
Taille du Fichier | 897 KB |
Nombre d'Installations | 131 |
Version Actuelle | 0.1.6.8 |
Dernière Mise à Jour | 2016-03-01 |
Date de Publication | 2016-03-01 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | vnc.ag.de |
Type de Paiement | free |
Site Web de l'Extension | http://www.vnc.biz |
Langues Prises en Charge | 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\/*" ] } } |