Jitsi Desktop Streamer for FSD
An extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge within FSD
Was ist Jitsi Desktop Streamer for FSD?
Jitsi Desktop Streamer for FSD ist eine Chrome-Erweiterung, die von https://jitsi-videobridge.fsd38.ab.ca entwickelt wurde, und ihr Hauptmerkmal ist "An extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge within FSD".
Erweiterungsscreenshots
Jitsi Desktop Streamer for FSD-Erweiterungs-CRX-Datei herunterladen
Laden Sie Jitsi Desktop Streamer for FSD-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
Extension to share the desktop or a window while using Jitsi-Videobridge in Foothills School Division. The frames per second refresh is set on the Jitsi-Videobridge server at a minimum of 5 and a maximum of 24 to allow users to stream video if needed to all particpants in a meeting room.
Grundlegende Informationen zur Erweiterung
Name | Jitsi Desktop Streamer for FSD |
ID | fngonekeakdeebdiokhdigkicnhlpnhj |
Offizielle URL | https://chromewebstore.google.com/detail/jitsi-desktop-streamer-fo/fngonekeakdeebdiokhdigkicnhlpnhj |
Beschreibung | An extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge within FSD |
Dateigröße | 67.64 KB |
Installationsanzahl | 24,310 |
Aktuelle Version | 0.1.8 |
Letztes Update | 2018-12-18 |
Veröffentlichungsdatum | 2018-12-18 |
Bewertung | 3.71/5 Insgesamt 28 Bewertungen |
Entwickler | https://jitsi-videobridge.fsd38.ab.ca |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://jitsi-videobridge.fsd38.ab.ca |
URL der Datenschutzrichtlinien-Seite | https://www.fsd38.ab.ca/FOIP.php |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jitsi Desktop Streamer for FSD", "description": "An extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge within FSD", "version": "0.1.8", "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-videobridge.fsd38.ab.ca\/*" ] } } |