Google Meet Attendance
Save the time joined and left of all attendees with one click!
Apa itu Google Meet Attendance?
Google Meet Attendance adalah ekstensi Chrome yang dikembangkan oleh Vinamr Bajaj, dan fitur utamanya adalah "Save the time joined and left of all attendees with one click!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Google Meet Attendance
Unduh file ekstensi Google Meet Attendance 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
Save the time joined and left of all attendees with one click! Enabling one click attendance for your google meet class.
Informasi Dasar Ekstensi
Nama | ![]() |
ID | mjjngncbeabeggcnjogcnaifjbkmbaap |
URL Resmi | https://chrome.google.com/webstore/detail/mjjngncbeabeggcnjogcnaifjbkmbaap |
Deskripsi | Save the time joined and left of all attendees with one click! |
Ukuran File | 44.35 KB |
Jumlah Instalasi | 1,296 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2020-08-17 |
Tanggal Publikasi | 2020-08-17 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | Vinamr Bajaj |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://axios-iiitl.github.io/ |
URL Halaman Kebijakan Privasi | https://www.privacypolicygenerator.info/live.php?token=k4tmrYbNERt4qxs0aARigm3R34l7HCk7 |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Meet Attendance", "version": "0.0.1", "manifest_version": 2, "description": "Save the time joined and left of all attendees with one click!", "homepage_url": "https:\/\/github.com\/bajajvinamr\/Click2attendance", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "js\/inject.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Instructions Popup", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "tabs", "contextMenus", "https:\/\/meet.google.com\/*" ] } |