Google Meet Attendance
Save the time joined and left of all attendees with one click!
Google Meet Attendance là gì?
Google Meet Attendance là một tiện ích mở rộng Chrome được phát triển bởi Jake Crowley, và tính năng chính của nó là "Save the time joined and left of all attendees with one click!".
Ả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
Tải xuống các tệp mở rộng Google Meet Attendance 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
Saves a list of all current attendees with one click in a Google Meet meeting with the time they joined and left to a spreadsheet. No user information is collected while using this extension.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Google Meet Attendance |
ID | ghcbncfgnbhdcjmhpoakkjojgekcejdf |
URL Chính Thức | https://chromewebstore.google.com/detail/google-meet-attendance/ghcbncfgnbhdcjmhpoakkjojgekcejdf |
Mô tả | Save the time joined and left of all attendees with one click! |
Kích Thước Tệp | 18.23 KB |
Số Lần Cài Đặt | 40,193 |
Phiên Bản Hiện Tại | 0.0.7 |
Cập Nhật Lần Cuối | 2020-07-12 |
Ngày Phát Hành | 2020-05-13 |
Đánh Giá | 3.92/5 Tổng số 50 Đánh Giá |
Nhà Phát Triển | Jake Crowley |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://jakecrowley.github.io/googlemeetattendance/privacy.html |
URL Trang Chính Sách Bảo Mật | https://jakecrowley.github.io/googlemeetattendance/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Meet Attendance", "version": "0.0.7", "manifest_version": 2, "description": "Save the time joined and left of all attendees with one click!", "homepage_url": "https:\/\/github.com\/jakecrowley\/Google-Meet-Attendance", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "js\/inject.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Instructions Popup", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "tabs", "contextMenus", "https:\/\/meet.google.com\/*" ] } |