Google Meet Attendance: Participants to CSV
Save the names of your Google Meet participants to a CSV file instantly... Works perfectly with the new Google Meet UI
Google Meet Attendance: Participants to CSVคืออะไร?
Google Meet Attendance: Participants to CSV เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nikjos.in และคุณลักษณะหลักของมันคือ "Save the names of your Google Meet participants to a CSV file instantly... Works perfectly with the new Google Meet UI"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Meet Attendance: Participants to CSV
ดาวน์โหลดไฟล์ส่วนขยาย Google Meet Attendance: Participants to CSV ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An easy to use extension for instantly saving the names of your meeting participants to a CSV file. It doesn't change your meet window in any way so it assures you an uninterrupted meeting while the extension can be used anytime. WORKS WITH THE NEW GOOGLE MEET INTERFACE
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Google Meet Attendance: Participants to CSV |
ID | ojekneoedmekheoagiblbpdanchcoaoo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/google-meet-attendance-pa/ojekneoedmekheoagiblbpdanchcoaoo |
คำอธิบาย | Save the names of your Google Meet participants to a CSV file instantly... Works perfectly with the new Google Meet UI |
ขนาดไฟล์ | 23.03 KB |
จำนวนการติดตั้ง | 715 |
เวอร์ชันปัจจุบัน | 0.0.4 |
อัปเดตครั้งล่าสุด | 2022-08-30 |
วันที่เผยแพร่ | 2021-06-25 |
คะแนน | 4.75/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://nikjos.in |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://meet-attendance.nikjos.in/ |
URL หน้าช่วยเหลือ | https://meet-attendance.nikjos.in/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Meet Attendance: Participants to CSV", "homepage_url": "https:\/\/meet-attendance.nikjos.in\/", "version": "0.0.4", "manifest_version": 2, "description": "Save the names of your Google Meet participants to a CSV file instantly... Works perfectly with the new Google Meet UI", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "https:\/\/meet.google.com\/*" ] } |