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…

O que é Google Meet Random Picker?

Google Meet Random Picker é uma extensão do Chrome desenvolvida por davisgramza, e sua principal característica é "Google Meet Random Picker is a chrome extension which adds a random button to the google meet webpage, allowing users to pick…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Google Meet Random Picker

Baixe arquivos de extensão Google Meet Random Picker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Google Meet Random Picker Google Meet Random Picker
ID iodkgkdaapibojgkceoclhgjpahblkio
URL Oficial https://chromewebstore.google.com/detail/google-meet-random-picker/iodkgkdaapibojgkceoclhgjpahblkio
Descrição Google Meet Random Picker is a chrome extension which adds a random button to the google meet webpage, allowing users to pick…
Tamanho do Arquivo 584 KB
Contagem de Instalações 1,774
Versão Atual 1.0
Última Atualização 2021-01-19
Data de Publicação 2021-01-12
Classificação 1.00/5 Total de 3 Avaliações
Desenvolvedor davisgramza
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}