Google Meet Attendance
Save the time joined and left of all attendees with one click!
Wat is Google Meet Attendance?
Google Meet Attendance is een Chrome-extensie ontwikkeld door Vinamr Bajaj, en de belangrijkste functie is "Save the time joined and left of all attendees with one click!".
Extensie Screenshots
Download het CRX-bestand van de extensie Google Meet Attendance
Download Google Meet Attendance-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Save the time joined and left of all attendees with one click! Enabling one click attendance for your google meet class.
Basisinformatie over de Extensie
Naam | ![]() |
ID | mjjngncbeabeggcnjogcnaifjbkmbaap |
Officiële URL | https://chrome.google.com/webstore/detail/mjjngncbeabeggcnjogcnaifjbkmbaap |
Beschrijving | Save the time joined and left of all attendees with one click! |
Bestandsgrootte | 44.35 KB |
Aantal Installaties | 1,296 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2020-08-17 |
Publicatiedatum | 2020-08-17 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Vinamr Bajaj |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://axios-iiitl.github.io/ |
URL van de Privacybeleid Pagina | https://www.privacypolicygenerator.info/live.php?token=k4tmrYbNERt4qxs0aARigm3R34l7HCk7 |
Ondersteunde Talen | 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\/*" ] } |