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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย davisgramza และคุณลักษณะหลักของมันคือ "Google Meet Random Picker is a chrome extension which adds a random button to the google meet webpage, allowing users to pick…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Meet Random Picker

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}