LearnBrite Screen Sharing

Helper extension to enable screen sharing in LearnBrite Virtual Reality (VR), Augmented Reality (AR) and Mixed Reality (XR)…

Co je LearnBrite Screen Sharing?

LearnBrite Screen Sharing je rozšíření Chrome vyvinuté http://learnbrite.com, a jeho hlavní funkcí je „Helper extension to enable screen sharing in LearnBrite Virtual Reality (VR), Augmented Reality (AR) and Mixed Reality (XR)…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření LearnBrite Screen Sharing

Stáhněte si soubory rozšíření LearnBrite Screen Sharing 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í

                        Helper extension to enable screen sharing in LearnBrite Virtual Reality (VR), Augmented Reality (AR) and Mixed Reality (XR) environments.                    

Základní Informace o Rozšíření

Název LearnBrite Screen Sharing LearnBrite Screen Sharing
ID ibkiogicceidegohodbaagmagafkannj
Oficiální URL https://chrome.google.com/webstore/detail/learnbrite-screen-sharing/ibkiogicceidegohodbaagmagafkannj
Popis Helper extension to enable screen sharing in LearnBrite Virtual Reality (VR), Augmented Reality (AR) and Mixed Reality (XR)…
Velikost souboru 17.98 KB
Počet instalací 241
Aktuální Verze 0.14
Poslední Aktualizace 2017-08-07
Datum Vydání 2017-08-07
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář http://learnbrite.com
Typ Platby free
Webové stránky Rozšíření https://learnbrite.com
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LearnBrite Screen Sharing",
    "version": "0.14",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "extension.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.learnbrite.com\/*",
            "https:\/\/*.bigblueroom.io\/*"
        ]
    },
    "permissions": [
        "desktopCapture",
        "tabs"
    ]
}