Google Meet Attendance
Save the time joined and left of all attendees with one click!
Google Meet Attendanceคืออะไร?
Google Meet Attendance เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jake Crowley และคุณลักษณะหลักของมันคือ "Save the time joined and left of all attendees with one click!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Meet Attendance
ดาวน์โหลดไฟล์ส่วนขยาย Google Meet Attendance ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Google Meet Attendance |
ID | ghcbncfgnbhdcjmhpoakkjojgekcejdf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/google-meet-attendance/ghcbncfgnbhdcjmhpoakkjojgekcejdf |
คำอธิบาย | Save the time joined and left of all attendees with one click! |
ขนาดไฟล์ | 18.23 KB |
จำนวนการติดตั้ง | 40,193 |
เวอร์ชันปัจจุบัน | 0.0.7 |
อัปเดตครั้งล่าสุด | 2020-07-12 |
วันที่เผยแพร่ | 2020-05-13 |
คะแนน | 3.92/5 รวมทั้งหมด 50 คะแนน |
ผู้พัฒนา | Jake Crowley |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://jakecrowley.github.io/googlemeetattendance/privacy.html |
URL หน้านโยบายความเป็นส่วนตัว | https://jakecrowley.github.io/googlemeetattendance/privacy.html |
ภาษาที่รองรับ | 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\/*" ] } |