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.
Was ist Google Meet Attendance (Works with New UI)?
Google Meet Attendance (Works with New UI) ist eine Chrome-Erweiterung, die von Clipboard Manager entwickelt wurde, und ihr Hauptmerkmal ist "Simple Chrome Extension to record single time, time-wise attendance of members and will download to csv file.".
Erweiterungsscreenshots
Google Meet Attendance (Works with New UI)-Erweiterungs-CRX-Datei herunterladen
Laden Sie Google Meet Attendance (Works with New UI)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | hjjeaaibilndjeabckakaknlcbblcmbc |
Offizielle URL | https://chrome.google.com/webstore/detail/google-meet-attendance-wo/hjjeaaibilndjeabckakaknlcbblcmbc |
Beschreibung | Simple Chrome Extension to record single time, time-wise attendance of members and will download to csv file. |
Dateigröße | 514 KB |
Installationsanzahl | 100,000 |
Aktuelle Version | 2.1.2 |
Letztes Update | 2022-07-02 |
Veröffentlichungsdatum | 2020-06-04 |
Bewertung | 4.37/5 Insgesamt 116 Bewertungen |
Entwickler | Clipboard Manager |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://unscart.com/clipboard-privacy-policy |
Unterstützte Sprachen | 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": [ " |