Bloombench Screenshare

Screensharing Extension for Bloombench

O que é Bloombench Screenshare?

Bloombench Screenshare é uma extensão do Chrome desenvolvida por http://bloombench.com, e sua principal característica é "Screensharing Extension for Bloombench".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Bloombench Screenshare

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

                        The Bloombench screen sharing extension allows all the users of the bloombench's virtual classroom to share different aspects of their desktop/screen with the other users. 

Bloombench.com is an online learning portal which allows students and professors to connect in real time thereby enhancing their learning experience.

The extension supports the following use cases:
1. Select which window to share from your computer
2. Participants can click on the full screen icon to see the shared screen more clearly                    

Informações Básicas da Extensão

Nome Bloombench Screenshare Bloombench Screenshare
ID mpadkkhpjaopoiboknmmilbojnangeoe
URL Oficial https://chrome.google.com/webstore/detail/bloombench-screenshare/mpadkkhpjaopoiboknmmilbojnangeoe
Descrição Screensharing Extension for Bloombench
Tamanho do Arquivo 11.88 KB
Contagem de Instalações 67
Versão Atual 1.0.2
Última Atualização 2019-04-03
Data de Publicação 2019-04-03
Desenvolvedor http://bloombench.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://bloombench.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bloombench Screenshare",
    "description": "Screensharing Extension for Bloombench",
    "version": "1.0.2",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.bloombench.com\/*",
                "https:\/\/localhost\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "permissions": [
        "desktopCapture",
        "https:\/\/*.bloombench.com\/*",
        "https:\/\/localhost\/*"
    ]
}