Google Meet Attendees & Breakout Rooms
Easily get everyone attending a Google Meet and compare them to a list, create groups and more
Google Meet Attendees & Breakout Rooms란 무엇입니까?
Google Meet Attendees & Breakout Rooms은(는) Daniel & Emrik에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily get everyone attending a Google Meet and compare them to a list, create groups and more"입니다.
확장 프로그램 스크린샷
Google Meet Attendees & Breakout Rooms 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Features: ✔️ Get everyone in the meeting in a sortable list! ✔️ Compare with another list! ✔️ Randomize person! ✔️ Create breakout rooms and groups for them! Install: 1. Click install 2. Make sure you have Google Meet Grid View installed 3. Open Google Meet (or refresh the website if it's already open) If you have any problems or suggestions or just want to tell us something feel free to reach out to our email: [email protected] The source code is available at https://github.com/C4illin/Google-Meet-Attendees
확장 프로그램 기본 정보
이름 | Google Meet Attendees & Breakout Rooms |
ID | olmgpgbhojeoalaimckcpgkadjkejacl |
공식 URL | https://chromewebstore.google.com/detail/google-meet-attendees-bre/olmgpgbhojeoalaimckcpgkadjkejacl |
설명 | Easily get everyone attending a Google Meet and compare them to a list, create groups and more |
파일 크기 | 27.26 KB |
설치 횟수 | 163,947 |
현재 버전 | 0.2.5 |
최근 업데이트 | 2021-07-09 |
출시 날짜 | 2020-06-30 |
평점 | 3.64/5 총 36 개의 평점 |
개발자 | Daniel & Emrik |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/C4illin/Google-Meet-Attendees |
도움말 페이지 URL | https://github.com/C4illin/Google-Meet-Attendees/issues |
개인정보 보호 정책 페이지 URL | https://github.com/C4illin/Google-Meet-Attendees/blob/master/PRIVACY.md |
지원되는 언어 | en,sv |
manifest.json | |
{ "browser_action": { "default_popup": "html\/popup.html", "default_title": "Google Meet Attendees" }, "content_scripts": [ { "all_frames": false, "js": [ "js\/inject.js" ], "matches": [ "https:\/\/meet.google.com\/*" ], "run_at": "document_idle" } ], "default_locale": "en", "description": "__MSG_extDesc__", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png" }, "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_appName__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.2.5", "web_accessible_resources": [ "js\/copy.simple.user.js" ] } |