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'est-ce que Google Meet Random Picker ?

Google Meet Random Picker est une extension Chrome développée par davisgramza, et sa fonction principale est "Google Meet Random Picker is a chrome extension which adds a random button to the google meet webpage, allowing users to pick…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Google Meet Random Picker

Téléchargez les fichiers d'extension Google Meet Random Picker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Google Meet Random Picker Google Meet Random Picker
ID iodkgkdaapibojgkceoclhgjpahblkio
URL Officiel https://chromewebstore.google.com/detail/google-meet-random-picker/iodkgkdaapibojgkceoclhgjpahblkio
Description Google Meet Random Picker is a chrome extension which adds a random button to the google meet webpage, allowing users to pick…
Taille du Fichier 584 KB
Nombre d'Installations 1,774
Version Actuelle 1.0
Dernière Mise à Jour 2021-01-19
Date de Publication 2021-01-12
Évaluation 1.00/5 Total 3 Évaluations
Développeur davisgramza
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}