Google Meet Attendance List
Easiest way to save the attendance list for your meetings or lectures
Google Meet Attendance List란 무엇입니까?
Google Meet Attendance List은(는) https://meetlist.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easiest way to save the attendance list for your meetings or lectures"입니다.
확장 프로그램 스크린샷
Google Meet Attendance List 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Google Meet Attendance List Save attendants automatically. No button press needed. The simplest way to save the attendance list for your meetings or lectures. From teachers to business professionals, this extension is intended to create a simple way to have all the meeting attendees on a list. What does it offers: ★ automatically generated attendance list ★ possibility to manually save the attendance ★ saved data contains First Seen At and Time In Call for each participant ★ date included in the name of the file, for easy reference ★ dashboard to see meetings history ★ Google Meet elegant UI integration (controls are integrated inside the Google meeting UI for easy access) ★ CSV export for easy integration with Google Classroom or Drive (just drag & drop) Everything is stored locally, the data belongs to you and it never leaves your device.
확장 프로그램 기본 정보
이름 | Google Meet Attendance List |
ID | appcnhiefcidclcdjeahgklghghihfok |
공식 URL | https://chromewebstore.google.com/detail/google-meet-attendance-li/appcnhiefcidclcdjeahgklghghihfok |
설명 | Easiest way to save the attendance list for your meetings or lectures |
파일 크기 | 1.93 MB |
설치 횟수 | 408,939 |
현재 버전 | 4.4.0 |
최근 업데이트 | 2024-02-11 |
출시 날짜 | 2020-10-14 |
평점 | 4.69/5 총 1768 개의 평점 |
개발자 | https://meetlist.io |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://meetlist.io |
개인정보 보호 정책 페이지 URL | https://meetlist.io/privacy-policy |
지원되는 언어 | de,en,fr,tr,es,it,pt-PT,ro,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "4.4.0", "author": "Alex M", "name": "__MSG_name__", "short_name": "__MSG_short_name__", "description": "__MSG_description__", "default_locale": "en", "background": { "service_worker": "background.js" }, "options_page": "options.html", "action": { "default_icon": { "16": "icons\/logo-16.png", "24": "icons\/logo-24.png", "32": "icons\/logo-32.png", "48": "icons\/logo-48.png" }, "default_popup": "popup.html", "default_title": "__MSG_name__" }, "content_scripts": [ { "js": [ "browser-polyfill.js", "content.js" ], "matches": [ "*:\/\/meet.google.com\/*-*-*" ], "run_at": "document_idle", "all_frames": false }, { "js": [ "sync.js" ], "matches": [ "*:\/\/*.meetlist.io\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "shims.js", "icons\/logo-24.png" ], "matches": [ " |