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…
¿Qué es Google Meet Random Picker?
Google Meet Random Picker es una extensión de Chrome desarrollada por davisgramza, y su función principal es "Google Meet Random Picker is a chrome extension which adds a random button to the google meet webpage, allowing users to pick…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Google Meet Random Picker
Descarga archivos de extensión Google Meet Random Picker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Google Meet Random Picker |
ID | iodkgkdaapibojgkceoclhgjpahblkio |
URL Oficial | https://chromewebstore.google.com/detail/google-meet-random-picker/iodkgkdaapibojgkceoclhgjpahblkio |
Descripción | Google Meet Random Picker is a chrome extension which adds a random button to the google meet webpage, allowing users to pick… |
Tamaño del Archivo | 584 KB |
Cantidad de Instalaciones | 1,774 |
Versión Actual | 1.0 |
Última Actualización | 2021-01-19 |
Fecha de Publicación | 2021-01-12 |
Calificación | 1.00/5 Total de 3 Calificaciones |
Desarrollador | davisgramza |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } ] } |