Google Meet Attendance & Engagement
Best tool to track your students engagement on Google meet, dark mode, download XLSX, CSV
Google Meet Attendance & Engagement là gì?
Google Meet Attendance & Engagement là một tiện ích mở rộng Chrome được phát triển bởi paulobricenogonzalez, và tính năng chính của nó là "Best tool to track your students engagement on Google meet, dark mode, download XLSX, CSV".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Google Meet Attendance & Engagement
Tải xuống các tệp mở rộng Google Meet Attendance & Engagement 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
Track your students attendance and engagement in an easy way. No registration process. Dark Mode, Download csv, XLSX.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Google Meet Attendance & Engagement |
ID | dfoeddmkpdeheffinggbeggiebnhhmno |
URL Chính Thức | https://chromewebstore.google.com/detail/google-meet-attendance-en/dfoeddmkpdeheffinggbeggiebnhhmno |
Mô tả | Best tool to track your students engagement on Google meet, dark mode, download XLSX, CSV |
Kích Thước Tệp | 786 KB |
Số Lần Cài Đặt | 9,000 |
Phiên Bản Hiện Tại | 2.3.8 |
Cập Nhật Lần Cuối | 2021-08-31 |
Ngày Phát Hành | 2020-09-29 |
Đánh Giá | 3.63/5 Tổng số 54 Đánh Giá |
Nhà Phát Triển | paulobricenogonzalez |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |