LearnBrite Screen Sharing
Helper extension to enable screen sharing in LearnBrite Virtual Reality (VR), Augmented Reality (AR) and Mixed Reality (XR)…
What is LearnBrite Screen Sharing?
LearnBrite Screen Sharing is a Chrome extension developed by http://learnbrite.com, and its main feature is "Helper extension to enable screen sharing in LearnBrite Virtual Reality (VR), Augmented Reality (AR) and Mixed Reality (XR)…".
Extension Screenshots
Download LearnBrite Screen Sharing Extension CRX File
Download LearnBrite Screen Sharing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Helper extension to enable screen sharing in LearnBrite Virtual Reality (VR), Augmented Reality (AR) and Mixed Reality (XR) environments.
Extension Basic Information
Name | |
ID | ibkiogicceidegohodbaagmagafkannj |
Official URL | https://chrome.google.com/webstore/detail/learnbrite-screen-sharing/ibkiogicceidegohodbaagmagafkannj |
Description | Helper extension to enable screen sharing in LearnBrite Virtual Reality (VR), Augmented Reality (AR) and Mixed Reality (XR)… |
File Size | 17.98 KB |
Installation Count | 241 |
Current Version | 0.14 |
Last Updated | 2017-08-07 |
Publish Date | 2017-08-07 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://learnbrite.com |
Payment Type | free |
Extension Website | https://learnbrite.com |
Supported Languages | 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" ] } |