Jitsi desktop streamer for Beautiful Rising
Enable screen sharing for Beautiful Rising's jitsi meet page
O que é Jitsi desktop streamer for Beautiful Rising?
Jitsi desktop streamer for Beautiful Rising é uma extensão do Chrome desenvolvida por https://beautifulrising.org, e sua principal característica é "Enable screen sharing for Beautiful Rising's jitsi meet page".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Jitsi desktop streamer for Beautiful Rising
Baixe arquivos de extensão Jitsi desktop streamer for Beautiful Rising no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Jitsi desktop streamer for Beautiful Rising |
ID | feblndkkkcojdijcmdkghckpgjmcjnbd |
URL Oficial | https://chromewebstore.google.com/detail/jitsi-desktop-streamer-fo/feblndkkkcojdijcmdkghckpgjmcjnbd |
Descrição | Enable screen sharing for Beautiful Rising's jitsi meet page |
Tamanho do Arquivo | 35.43 KB |
Contagem de Instalações | 1,815 |
Versão Atual | 0.1.5 |
Última Atualização | 2015-01-26 |
Data de Publicação | 2015-01-25 |
Desenvolvedor | https://beautifulrising.org |
Tipo de Pagamento | free |
Idiomas Suportados | 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\/*" ] } } |