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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}