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.
Τι είναι το Google Meet Attendance (Works with New UI);
Το Google Meet Attendance (Works with New UI) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Clipboard Manager, και η κύρια λειτουργία του είναι "Simple Chrome Extension to record single time, time-wise attendance of members and will download to csv file.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Google Meet Attendance (Works with New UI)
Λήψη αρχείων επέκτασης Google Meet Attendance (Works with New UI) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | hjjeaaibilndjeabckakaknlcbblcmbc |
Επίσημο URL | https://chrome.google.com/webstore/detail/google-meet-attendance-wo/hjjeaaibilndjeabckakaknlcbblcmbc |
Περιγραφή | Simple Chrome Extension to record single time, time-wise attendance of members and will download to csv file. |
Μέγεθος Αρχείου | 514 KB |
Αριθμός Εγκαταστάσεων | 100,000 |
Τρέχουσα Έκδοση | 2.1.2 |
Τελευταία Ενημέρωση | 2022-07-02 |
Ημερομηνία Δημοσίευσης | 2020-06-04 |
Αξιολόγηση | 4.37/5 Συνολικά 116 Αξιολογήσεις |
Προγραμματιστής | Clipboard Manager |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://unscart.com/clipboard-privacy-policy |
Υποστηριζόμενες Γλώσσες | 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": [ " |