Google Meet Random Picker
Google Meet Random Picker is a chrome extension which adds a random button to the google meet webpage, allowing users to pick…
Google Meet Random Picker क्या है?
Google Meet Random Picker davisgramza द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Google Meet Random Picker is a chrome extension which adds a random button to the google meet webpage, allowing users to pick…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Google Meet Random Picker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Google Meet Random Picker is a chrome extension which adds a random button to the google meet webpage, allowing users to pick random members of the google meet. After pressing the button, the name and image of the user is displayed below the button. This enables meeting leaders that requires active participation from the group i.e. a classroom, to have the capability to select users from the meeting randomly, without prejustice or bias. Note: Due to limitations of google meetings, only displayed users can be selected. Workaround is underway.
एक्सटेंशन की मूल जानकारी
नाम | Google Meet Random Picker |
ID | iodkgkdaapibojgkceoclhgjpahblkio |
आधिकारिक URL | https://chromewebstore.google.com/detail/google-meet-random-picker/iodkgkdaapibojgkceoclhgjpahblkio |
विवरण | Google Meet Random Picker is a chrome extension which adds a random button to the google meet webpage, allowing users to pick… |
फ़ाइल का आकार | 584 KB |
स्थापना संख्या | 1,774 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2021-01-19 |
प्रकाशन तिथि | 2021-01-12 |
रेटिंग | 1.00/5 कुल 3 रेटिंग्स |
डेवलपर | davisgramza |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Meet Random Picker", "version": "1.0", "manifest_version": 2, "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'", "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "css": [ "\/static\/css\/app.css", "\/static\/css\/content.css" ], "js": [ "\/static\/js\/content.js" ] } ] } |