Google Meet Attendance (Works with New UI)
Simple Chrome Extension to record single time, time-wise attendance of members and will download to csv file.
Apa itu Google Meet Attendance (Works with New UI)?
Google Meet Attendance (Works with New UI) adalah ekstensi Chrome yang dikembangkan oleh Clipboard Manager, dan fitur utamanya adalah "Simple Chrome Extension to record single time, time-wise attendance of members and will download to csv file.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Google Meet Attendance (Works with New UI)
Unduh file ekstensi Google Meet Attendance (Works with New UI) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
With this chrome extension 1. Download list of attendees present in meet session at particular time. 2. Record the Time-wise attendance manually and download in CSV/Excel formats. 3. You can create aliases to modify names before downloading the list. New Feature coming soon to help teacher and student to interact fast. 2.1.2 >> Code optimization and minor bug fixing 2.1.1 >> UI Improvement >> Meeting reminder feature added 2.1.0 - Bug fix
Informasi Dasar Ekstensi
Nama | |
ID | hjjeaaibilndjeabckakaknlcbblcmbc |
URL Resmi | https://chrome.google.com/webstore/detail/google-meet-attendance-wo/hjjeaaibilndjeabckakaknlcbblcmbc |
Deskripsi | Simple Chrome Extension to record single time, time-wise attendance of members and will download to csv file. |
Ukuran File | 514 KB |
Jumlah Instalasi | 100,000 |
Versi Saat Ini | 2.1.2 |
Terakhir Diperbarui | 2022-07-02 |
Tanggal Publikasi | 2020-06-04 |
Penilaian | 4.37/5 Total 116 Penilaian |
Pengembang | Clipboard Manager |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://unscart.com/clipboard-privacy-policy |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Meet Attendance (Works with New UI)", "description": "Simple Chrome Extension to record single time, time-wise attendance of members and will download to csv file.", "permissions": [ "tabs", "storage", "declarativeContent" ], "version": "2.1.2", "author": "p2pdops", "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "libs\/xlsx.full.min.js", "attendance\/utils.js", "attendance\/main.js" ], "run_at": "document_idle", "all_frames": false } ], "optional_permissions": [ " |