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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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": [ " |