Jitsi Desktop Streamer (Avision)
A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.
What is Jitsi Desktop Streamer (Avision)?
Jitsi Desktop Streamer (Avision) is a Chrome extension developed by Unknown, and its main feature is "A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.".
Extension Screenshots
Download Jitsi Desktop Streamer (Avision) Extension CRX File
Download Jitsi Desktop Streamer (Avision) 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
Ermöglicht die Verwendung von Screen Sharing in Rocket.Chat über den internen Jitsi-Server der Avision GmbH. Diese Extension funktioniert nur für Mitarbeiter der Avision GmbH.
Extension Basic Information
Name | Jitsi Desktop Streamer (Avision) |
ID | adaokndbnpapefaeaddjmaohfdhljcda |
Official URL | https://chromewebstore.google.com/detail/jitsi-desktop-streamer-av/adaokndbnpapefaeaddjmaohfdhljcda |
Description | A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge. |
File Size | 36.13 KB |
Installation Count | 60 |
Current Version | 0.1.6 |
Last Updated | 2017-10-04 |
Publish Date | 2017-10-04 |
Developer | Unknown |
Payment Type | free |
Supported Languages | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jitsi Desktop Streamer (Avision)", "description": "A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.", "version": "0.1.6", "minimum_chrome_version": "34", "icons": { "16": "jitsi-logo-16x16.png", "48": "jitsi-logo-48x48.png", "128": "jitsi-logo-128x128.png" }, "browser_action": { "default_icon": "jitsi-logo-48x48.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/jitsi.avision.de\/*" ] } } |