Jitsi Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.
Co je Jitsi Desktop Streamer?
Jitsi Desktop Streamer je rozšíření Chrome vyvinuté qvdteam, a jeho hlavní funkcí je „A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.“.
Stáhnout soubor CRX rozšíření Jitsi Desktop Streamer
Stáhněte si soubory rozšíření Jitsi Desktop Streamer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This is the jidesha plugin for the qindel.com site. A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge for the qindel.com domain.
Základní Informace o Rozšíření
Název | |
ID | ehedngmcebdodaehdjbfpbogogehocml |
Oficiální URL | https://chrome.google.com/webstore/detail/jitsi-desktop-streamer/ehedngmcebdodaehdjbfpbogogehocml |
Popis | A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge. |
Velikost souboru | 36.13 KB |
Počet instalací | 89 |
Aktuální Verze | 0.1.6.4 |
Poslední Aktualizace | 2018-06-30 |
Datum Vydání | 2018-06-30 |
Vývojář | qvdteam |
Typ Platby | free |
Webové stránky Rozšíření | http://qindel.com |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jitsi Desktop Streamer", "description": "A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.", "version": "0.1.6.4", "minimum_chrome_version": "34", "icons": { "16": "jitsi-logo-16x16.png", "48": "jitsi-logo-48x48.png", "128": "jitsi-logo-128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/jitsi.qindel.com\/*", "*:\/\/xmpp.qindel.com\/*", "*:\/\/qindel.com\/*", "*:\/\/*.qindel.com\/*" ] } } |