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…

Co je Google Meet Random Picker?

Google Meet Random Picker je rozšíření Chrome vyvinuté davisgramza, a jeho hlavní funkcí je „Google Meet Random Picker is a chrome extension which adds a random button to the google meet webpage, allowing users to pick…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Google Meet Random Picker

Stáhněte si soubory rozšíření Google Meet Random Picker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Google Meet Random Picker Google Meet Random Picker
ID iodkgkdaapibojgkceoclhgjpahblkio
Oficiální URL https://chromewebstore.google.com/detail/google-meet-random-picker/iodkgkdaapibojgkceoclhgjpahblkio
Popis Google Meet Random Picker is a chrome extension which adds a random button to the google meet webpage, allowing users to pick…
Velikost souboru 584 KB
Počet instalací 1,774
Aktuální Verze 1.0
Poslední Aktualizace 2021-01-19
Datum Vydání 2021-01-12
Hodnocení 1.00/5 Celkem 3 Hodnocení
Vývojář davisgramza
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}