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 là gì?

Google Meet Random Picker là một tiện ích mở rộng Chrome được phát triển bởi davisgramza, và tính năng chính của nó là "Google Meet Random Picker is a chrome extension which adds a random button to the google meet webpage, allowing users to pick…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Google Meet Random Picker

Tải xuống các tệp mở rộng Google Meet Random Picker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Google Meet Random Picker Google Meet Random Picker
ID iodkgkdaapibojgkceoclhgjpahblkio
URL Chính Thức https://chromewebstore.google.com/detail/google-meet-random-picker/iodkgkdaapibojgkceoclhgjpahblkio
Mô tả Google Meet Random Picker is a chrome extension which adds a random button to the google meet webpage, allowing users to pick…
Kích Thước Tệp 584 KB
Số Lần Cài Đặt 1,774
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-01-19
Ngày Phát Hành 2021-01-12
Đánh Giá 1.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển davisgramza
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}