Jitsi desktop streamer for Beautiful Rising
Enable screen sharing for Beautiful Rising's jitsi meet page
Co je Jitsi desktop streamer for Beautiful Rising?
Jitsi desktop streamer for Beautiful Rising je rozšíření Chrome vyvinuté https://beautifulrising.org, a jeho hlavní funkcí je „Enable screen sharing for Beautiful Rising's jitsi meet page“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Jitsi desktop streamer for Beautiful Rising
Stáhněte si soubory rozšíření Jitsi desktop streamer for Beautiful Rising ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Jitsi desktop streamer for Beautiful Rising |
ID | feblndkkkcojdijcmdkghckpgjmcjnbd |
Oficiální URL | https://chromewebstore.google.com/detail/jitsi-desktop-streamer-fo/feblndkkkcojdijcmdkghckpgjmcjnbd |
Popis | Enable screen sharing for Beautiful Rising's jitsi meet page |
Velikost souboru | 35.43 KB |
Počet instalací | 1,815 |
Aktuální Verze | 0.1.5 |
Poslední Aktualizace | 2015-01-26 |
Datum Vydání | 2015-01-25 |
Vývojář | https://beautifulrising.org |
Typ Platby | free |
Podporované Jazyky | 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\/*" ] } } |