VNCtalk Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with VNCtalk (Based on Jitsi Meet and Jitsi Videobridge).
Was ist VNCtalk Desktop Streamer?
VNCtalk Desktop Streamer ist eine Chrome-Erweiterung, die von vnc.ag.de entwickelt wurde, und ihr Hauptmerkmal ist "A simple extension that allows you to stream your desktop into meetings with VNCtalk (Based on Jitsi Meet and Jitsi Videobridge).".
Erweiterungsscreenshots
VNCtalk Desktop Streamer-Erweiterungs-CRX-Datei herunterladen
Laden Sie VNCtalk Desktop Streamer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | VNCtalk Desktop Streamer |
ID | ccommbdjhehjihcilflmcdkooamhcncc |
Offizielle URL | https://chromewebstore.google.com/detail/vnctalk-desktop-streamer/ccommbdjhehjihcilflmcdkooamhcncc |
Beschreibung | A simple extension that allows you to stream your desktop into meetings with VNCtalk (Based on Jitsi Meet and Jitsi Videobridge). |
Dateigröße | 928 KB |
Installationsanzahl | 3,648 |
Aktuelle Version | 0.1.19 |
Letztes Update | 2019-01-14 |
Veröffentlichungsdatum | 2019-01-14 |
Bewertung | 3.92/5 Insgesamt 13 Bewertungen |
Entwickler | vnc.ag.de |
Zahlungsart | free |
Erweiterungswebsite | http://www.vnc.biz |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "VNCtalk Desktop Streamer", "description": "A simple extension that allows you to stream your desktop into meetings with VNCtalk (Based on Jitsi Meet and Jitsi Videobridge).", "version": "0.1.19", "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\/*", "*:\/\/*.lab1.demo.vnc.de\/*", "*:\/\/*.gruene.at\/*", "*:\/\/*.ekbo.vnc.biz\/*", "*:\/\/*.gemeinsam.ekbo.de\/*", "*:\/\/*.wecinternational.org\/*", "*:\/\/*.ilger.com\/*", "*:\/\/*.custom.it\/*", "*:\/\/*.mail.zimbra.io\/*", "*:\/\/*.xmpp.zimbra.io\/*", "*:\/\/*.zimbratalk.zimbra.io\/*", "*:\/\/*.zimbra-vnc.de\/*", "*:\/\/*.xmpp.zimbra-vnc.de\/*", "*:\/\/*.prosody.zimbra-vnc.de\/*", "*:\/\/*.vnc.biz\/*", "*:\/\/*.xmpp.vnc.biz\/*", "*:\/\/*.ilm.vnc.biz\/*", "*:\/\/*.ilm2.vnc.biz\/*", "*:\/\/*.ilm3.vnc.biz\/*", "*:\/\/*.ilm4.vnc.biz\/*", "*:\/\/*.ilm5.vnc.biz\/*", "*:\/\/*.ilm6.vnc.biz\/*", "*:\/\/*.judaspriest.india.vnc.biz\/*", "*:\/\/*.prosody.vnc.biz\/*", "*:\/\/*.ufnos.vnctalk.zimbra-vnc.de\/*", "*:\/\/*.vnctalk.zimbra-vnc.de\/*", "*:\/\/*.dev2.zimbra-vnc.de\/*", "*:\/\/*.xmpp.vnctalk.zimbra-vnc.de\/*", "*:\/\/*.prosody.vnctalk.zimbra-vnc.de\/*", "*:\/\/*.prosody-dev1.vnctalk.zimbra-vnc.de\/*", "*:\/\/*.prosody-dev2.vnctalk.zimbra-vnc.de\/*", "*:\/\/*.prosody-dev3.vnctalk.zimbra-vnc.de\/*", "*:\/\/*.prosody-dev4.vnctalk.zimbra-vnc.de\/*", "*:\/\/*.prosody-dev5.vnctalk.zimbra-vnc.de\/*", "*:\/\/*.bomag-dev1.vnctalk.zimbra-vnc.de\/*", "*:\/\/*.bomag-dev2.vnctalk.zimbra-vnc.de\/*", "*:\/\/*.bomag-dev3.vnctalk.zimbra-vnc.de\/*", "*:\/\/*.ztalk.vnc.biz\/*", "*:\/\/*.zimbratalk.vnc.biz\/*", "*:\/\/*.zimbra-talk.vnc.biz\/*", "*:\/\/*.prosody.ztalk.vnc.biz\/*", "*:\/\/*.prosody.zimbratalk.vnc.biz\/*", "*:\/\/*.prosody.zimbra-talk.vnc.biz\/*", "*:\/\/*.xmpp.ztalk.vnc.biz\/*", "*:\/\/*.xmpp.zimbratalk.vnc.biz\/*", "*:\/\/*.xmpp.zimbra-talk.vnc.biz\/*", "*:\/\/*.logix.in\/*", "*:\/\/*.veact.demo.vnc.de\/*", "*:\/\/*.hin.demo.vnc.de\/*" ] } } |