Jitsi Desktop Streamer For Electa Meet
A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.
Wat is Jitsi Desktop Streamer For Electa Meet?
Jitsi Desktop Streamer For Electa Meet is een Chrome-extensie ontwikkeld door Electa, en de belangrijkste functie is "A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.".
Download het CRX-bestand van de extensie Jitsi Desktop Streamer For Electa Meet
Download Jitsi Desktop Streamer For Electa Meet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This Jitsi Extension will only work with Electa Meet
Basisinformatie over de Extensie
Naam | |
ID | bjcogenimcpiagomifneeglhfmlcgahm |
Officiële URL | https://chrome.google.com/webstore/detail/jitsi-desktop-streamer-fo/bjcogenimcpiagomifneeglhfmlcgahm |
Beschrijving | A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge. |
Bestandsgrootte | 36.11 KB |
Aantal Installaties | 41 |
Huidige Versie | 0.1.6 |
Laatst Bijgewerkt | 2018-03-07 |
Publicatiedatum | 2018-03-07 |
Ontwikkelaar | Electa |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jitsi Desktop Streamer For Electa Meet", "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" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/jitsi.electa.ca\/*" ] } } |