BigBlueButton Screenshare Extension

Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings for the site websessi.nl.

O que é BigBlueButton Screenshare Extension?

BigBlueButton Screenshare Extension é uma extensão do Chrome desenvolvida por wesquarebvnl, e sua principal característica é "Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings for the site websessi.nl.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão BigBlueButton Screenshare Extension

Baixe arquivos de extensão BigBlueButton Screenshare Extension 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

                        Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings.
Required Extension to use BigBlueButton in Chrome on *.websessie.nl                    

Informações Básicas da Extensão

Nome BigBlueButton Screenshare Extension BigBlueButton Screenshare Extension
ID jcianemjlddjklgnbalnhljecehblink
URL Oficial https://chromewebstore.google.com/detail/bigbluebutton-screenshare/jcianemjlddjklgnbalnhljecehblink
Descrição Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings for the site websessi.nl.
Tamanho do Arquivo 245 KB
Contagem de Instalações 161
Versão Atual 0.0.6
Última Atualização 2020-03-20
Data de Publicação 2020-03-20
Desenvolvedor wesquarebvnl
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://onlinemeetup.nl/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BigBlueButton Screenshare Extension",
    "author": "BigBlueButton",
    "version": "0.0.6",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings for the site websessi.nl.",
    "homepage_url": "https:\/\/onlinemeetup.nl\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": true
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.websessie.nl\/*"
        ]
    },
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}