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
Eメール [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"
            ]
        }
    ]
}