LearnBrite Screen Sharing
Helper extension to enable screen sharing in LearnBrite Virtual Reality (VR), Augmented Reality (AR) and Mixed Reality (XR)…
LearnBrite Screen Sharing क्या है?
LearnBrite Screen Sharing http://learnbrite.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Helper extension to enable screen sharing in LearnBrite Virtual Reality (VR), Augmented Reality (AR) and Mixed Reality (XR)…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में LearnBrite Screen Sharing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Helper extension to enable screen sharing in LearnBrite Virtual Reality (VR), Augmented Reality (AR) and Mixed Reality (XR) environments.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ibkiogicceidegohodbaagmagafkannj |
आधिकारिक URL | https://chrome.google.com/webstore/detail/learnbrite-screen-sharing/ibkiogicceidegohodbaagmagafkannj |
विवरण | Helper extension to enable screen sharing in LearnBrite Virtual Reality (VR), Augmented Reality (AR) and Mixed Reality (XR)… |
फ़ाइल का आकार | 17.98 KB |
स्थापना संख्या | 241 |
वर्तमान संस्करण | 0.14 |
अंतिम अपडेट | 2017-08-07 |
प्रकाशन तिथि | 2017-08-07 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | http://learnbrite.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://learnbrite.com |
समर्थित भाषाएँ | 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" ] } |