Google Meet Attendance & Engagement
Best tool to track your students engagement on Google meet, dark mode, download XLSX, CSV
Google Meet Attendance & Engagement란 무엇입니까?
Google Meet Attendance & Engagement은(는) paulobricenogonzalez에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Best tool to track your students engagement on Google meet, dark mode, download XLSX, CSV"입니다.
확장 프로그램 스크린샷
Google Meet Attendance & Engagement 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Track your students attendance and engagement in an easy way. No registration process. Dark Mode, Download csv, XLSX.
확장 프로그램 기본 정보
이름 | Google Meet Attendance & Engagement |
ID | dfoeddmkpdeheffinggbeggiebnhhmno |
공식 URL | https://chromewebstore.google.com/detail/google-meet-attendance-en/dfoeddmkpdeheffinggbeggiebnhhmno |
설명 | Best tool to track your students engagement on Google meet, dark mode, download XLSX, CSV |
파일 크기 | 786 KB |
설치 횟수 | 9,000 |
현재 버전 | 2.3.8 |
최근 업데이트 | 2021-08-31 |
출시 날짜 | 2020-09-29 |
평점 | 3.63/5 총 54 개의 평점 |
개발자 | paulobricenogonzalez |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Meet Attendance & Engagement", "version": "2.3.8", "description": "__MSG_manifest_description__", "default_locale": "en", "icons": { "16": "images\/logos\/icon.png", "48": "images\/logos\/logo_48.png", "128": "images\/logos\/logo_128.png" }, "browser_action": { "default_icon": "images\/logos\/icon.png", "default_popup": "html\/popup.html", "default_title": "Google Meet Attendance & Engagement" }, "background": { "page": "html\/background.html", "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "js\/content.js" ] } ], "permissions": [ "notifications" ], "web_accessible_resources": [ "images\/logos\/logo_48.png", "images\/check.svg", "images\/like.svg", "images\/x.svg", "images\/mute.svg" ] } |