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…

什么是Google Meet Random Picker?

Google Meet Random Picker是由davisgramza开发的Chrome扩展程序,该扩展的主要功能是“Google Meet Random Picker is a chrome extension which adds a random button to the google meet webpage, allowing users to pick…”。

扩展截图

screenshot

下载Google Meet Random Picker扩展crx文件

下载Google Meet Random Picker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Google Meet Random Picker Google Meet Random Picker
ID iodkgkdaapibojgkceoclhgjpahblkio
官方URL https://chromewebstore.google.com/detail/google-meet-random-picker/iodkgkdaapibojgkceoclhgjpahblkio
简介 Google Meet Random Picker is a chrome extension which adds a random button to the google meet webpage, allowing users to pick…
文件大小 584 KB
安装次数 1,774
当前版本 1.0
更新时间 2021-01-19
上架时间 2021-01-12
评分 1.00/5 共3次评分
开发者 davisgramza
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
            ]
        }
    ]
}