Helmholtz München - VNCtalk Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with VNCtalk.
What is Helmholtz München - VNCtalk Desktop Streamer?
Helmholtz München - VNCtalk Desktop Streamer is a Chrome extension developed by vnc.ag.de, and its main feature is "A simple extension that allows you to stream your desktop into meetings with VNCtalk.".
Extension Screenshots
Download Helmholtz München - VNCtalk Desktop Streamer Extension CRX File
Download Helmholtz München - VNCtalk Desktop Streamer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A simple extension that allows you to stream your desktop into meetings with VNCtalk.
Extension Basic Information
Name | Helmholtz München - VNCtalk Desktop Streamer |
ID | occeglpgjohjalbfgaphbonajobfohlm |
Official URL | 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. |
File Size | 897 KB |
Installation Count | 131 |
Current Version | 0.1.6.8 |
Last Updated | 2016-03-01 |
Publish Date | 2016-03-01 |
Rating | 5.00/5 Total 1 Ratings |
Developer | vnc.ag.de |
Payment Type | free |
Extension Website | http://www.vnc.biz |
Supported Languages | 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\/*" ] } } |