Jitsi Desktop Streamer for FSD
An extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge within FSD
Qu'est-ce que Jitsi Desktop Streamer for FSD ?
Jitsi Desktop Streamer for FSD est une extension Chrome développée par https://jitsi-videobridge.fsd38.ab.ca, et sa fonction principale est "An extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge within FSD".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Jitsi Desktop Streamer for FSD
Téléchargez les fichiers d'extension Jitsi Desktop Streamer for FSD au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Jitsi Desktop Streamer for FSD |
ID | fngonekeakdeebdiokhdigkicnhlpnhj |
URL Officiel | 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 |
Taille du Fichier | 67.64 KB |
Nombre d'Installations | 24,310 |
Version Actuelle | 0.1.8 |
Dernière Mise à Jour | 2018-12-18 |
Date de Publication | 2018-12-18 |
Évaluation | 3.71/5 Total 28 Évaluations |
Développeur | https://jitsi-videobridge.fsd38.ab.ca |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://jitsi-videobridge.fsd38.ab.ca |
URL de la Page de Politique de Confidentialité | https://www.fsd38.ab.ca/FOIP.php |
Langues Prises en Charge | 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\/*" ] } } |