Bloombench Screenshare

Screensharing Extension for Bloombench

Wat is Bloombench Screenshare?

Bloombench Screenshare is een Chrome-extensie ontwikkeld door http://bloombench.com, en de belangrijkste functie is "Screensharing Extension for Bloombench".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Bloombench Screenshare

Download Bloombench Screenshare-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

                        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                    

Basisinformatie over de Extensie

Naam Bloombench Screenshare Bloombench Screenshare
ID mpadkkhpjaopoiboknmmilbojnangeoe
Officiële URL https://chrome.google.com/webstore/detail/bloombench-screenshare/mpadkkhpjaopoiboknmmilbojnangeoe
Beschrijving Screensharing Extension for Bloombench
Bestandsgrootte 11.88 KB
Aantal Installaties 67
Huidige Versie 1.0.2
Laatst Bijgewerkt 2019-04-03
Publicatiedatum 2019-04-03
Ontwikkelaar http://bloombench.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://bloombench.com
Ondersteunde Talen 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\/*"
    ]
}