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…
Was ist Google Meet Random Picker?
Google Meet Random Picker ist eine Chrome-Erweiterung, die von davisgramza entwickelt wurde, und ihr Hauptmerkmal ist "Google Meet Random Picker is a chrome extension which adds a random button to the google meet webpage, allowing users to pick…".
Erweiterungsscreenshots
Google Meet Random Picker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Google Meet Random Picker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Google Meet Random Picker |
ID | iodkgkdaapibojgkceoclhgjpahblkio |
Offizielle URL | https://chromewebstore.google.com/detail/google-meet-random-picker/iodkgkdaapibojgkceoclhgjpahblkio |
Beschreibung | Google Meet Random Picker is a chrome extension which adds a random button to the google meet webpage, allowing users to pick… |
Dateigröße | 584 KB |
Installationsanzahl | 1,774 |
Aktuelle Version | 1.0 |
Letztes Update | 2021-01-19 |
Veröffentlichungsdatum | 2021-01-12 |
Bewertung | 1.00/5 Insgesamt 3 Bewertungen |
Entwickler | davisgramza |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |