Jitsi Desktop Streamer for FSD
An extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge within FSD
What is Jitsi Desktop Streamer for FSD?
Jitsi Desktop Streamer for FSD is a Chrome extension developed by https://jitsi-videobridge.fsd38.ab.ca, and its main feature is "An extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge within FSD".
Extension Screenshots
Download Jitsi Desktop Streamer for FSD Extension CRX File
Download Jitsi Desktop Streamer for FSD 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
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.
Extension Basic Information
Name | Jitsi Desktop Streamer for FSD |
ID | fngonekeakdeebdiokhdigkicnhlpnhj |
Official URL | https://chromewebstore.google.com/detail/jitsi-desktop-streamer-fo/fngonekeakdeebdiokhdigkicnhlpnhj |
Description | An extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge within FSD |
File Size | 67.64 KB |
Installation Count | 24,310 |
Current Version | 0.1.8 |
Last Updated | 2018-12-18 |
Publish Date | 2018-12-18 |
Rating | 3.71/5 Total 28 Ratings |
Developer | https://jitsi-videobridge.fsd38.ab.ca |
[email protected] | |
Payment Type | free |
Extension Website | https://jitsi-videobridge.fsd38.ab.ca |
Privacy Policy Page URL | https://www.fsd38.ab.ca/FOIP.php |
Supported Languages | 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\/*" ] } } |