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…”。
擴展截圖
下載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 |
ID | iodkgkdaapibojgkceoclhgjpahblkio |
官方網址 | 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" ] } ] } |