Jitsi desktop streamer for Beautiful Rising
Enable screen sharing for Beautiful Rising's jitsi meet page
Wat is Jitsi desktop streamer for Beautiful Rising?
Jitsi desktop streamer for Beautiful Rising is een Chrome-extensie ontwikkeld door https://beautifulrising.org, en de belangrijkste functie is "Enable screen sharing for Beautiful Rising's jitsi meet page".
Extensie Screenshots
Download het CRX-bestand van de extensie Jitsi desktop streamer for Beautiful Rising
Download Jitsi desktop streamer for Beautiful Rising-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
If you've been instructed to install an extension to share your screen during video conferences for the Beautiful Rising project, you've found the correct extension. If you're looking for anything else, this isn't it.
Basisinformatie over de Extensie
Naam | Jitsi desktop streamer for Beautiful Rising |
ID | feblndkkkcojdijcmdkghckpgjmcjnbd |
Officiële URL | https://chromewebstore.google.com/detail/jitsi-desktop-streamer-fo/feblndkkkcojdijcmdkghckpgjmcjnbd |
Beschrijving | Enable screen sharing for Beautiful Rising's jitsi meet page |
Bestandsgrootte | 35.43 KB |
Aantal Installaties | 1,815 |
Huidige Versie | 0.1.5 |
Laatst Bijgewerkt | 2015-01-26 |
Publicatiedatum | 2015-01-25 |
Ontwikkelaar | https://beautifulrising.org |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jitsi desktop streamer for Beautiful Rising", "description": "Enable screen sharing for Beautiful Rising's jitsi meet page", "version": "0.1.5", "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": [ "https:\/\/*.beautifulrising.org\/*" ] } } |