BigBlueButton Screenshare Extension
Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings for the site websessi.nl.
BigBlueButton Screenshare Extension क्या है?
BigBlueButton Screenshare Extension wesquarebvnl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings for the site websessi.nl."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में BigBlueButton Screenshare Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings. Required Extension to use BigBlueButton in Chrome on *.websessie.nl
एक्सटेंशन की मूल जानकारी
नाम | BigBlueButton Screenshare Extension |
ID | jcianemjlddjklgnbalnhljecehblink |
आधिकारिक URL | https://chromewebstore.google.com/detail/bigbluebutton-screenshare/jcianemjlddjklgnbalnhljecehblink |
विवरण | Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings for the site websessi.nl. |
फ़ाइल का आकार | 245 KB |
स्थापना संख्या | 161 |
वर्तमान संस्करण | 0.0.6 |
अंतिम अपडेट | 2020-03-20 |
प्रकाशन तिथि | 2020-03-20 |
डेवलपर | wesquarebvnl |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://onlinemeetup.nl/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BigBlueButton Screenshare Extension", "author": "BigBlueButton", "version": "0.0.6", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings for the site websessi.nl.", "homepage_url": "https:\/\/onlinemeetup.nl\/", "background": { "scripts": [ "background-script.js" ], "persistent": true }, "externally_connectable": { "matches": [ "*:\/\/*.websessie.nl\/*" ] }, "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |