Recent Meeting Codes
Adds buttons to launch recently used Meeting Codes to the Google Meet page for Google Classroom
Was ist Recent Meeting Codes?
Recent Meeting Codes ist eine Chrome-Erweiterung, die von https://johnriv.github.io/recent-meeting-codes entwickelt wurde, und ihr Hauptmerkmal ist "Adds buttons to launch recently used Meeting Codes to the Google Meet page for Google Classroom".
Erweiterungsscreenshots
Recent Meeting Codes-Erweiterungs-CRX-Datei herunterladen
Laden Sie Recent Meeting Codes-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
For Google Meet users with .edu accounts, this adds a list of buttons of recently used meeting codes to the Google Meet page to easily launch Google Meets with those meeting codes. For students & teachers whose classes use Google Meet instead of Google Classroom Meet Links, this allows them 1-click access to join their classes instead of having to type the same meeting code every day.
Grundlegende Informationen zur Erweiterung
Name | Recent Meeting Codes |
ID | jblnhjdigaepgkbclpggccmhcmnpkghf |
Offizielle URL | https://chromewebstore.google.com/detail/recent-meeting-codes/jblnhjdigaepgkbclpggccmhcmnpkghf |
Beschreibung | Adds buttons to launch recently used Meeting Codes to the Google Meet page for Google Classroom |
Dateigröße | 17.88 KB |
Installationsanzahl | 322 |
Aktuelle Version | 2.0.0 |
Letztes Update | 2021-02-22 |
Veröffentlichungsdatum | 2021-01-04 |
Bewertung | 2.00/5 Insgesamt 4 Bewertungen |
Entwickler | https://johnriv.github.io/recent-meeting-codes |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https://github.com/JohnRiv/recent-meeting-codes/issues |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Recent Meeting Codes", "version": "2.0.0", "description": "Adds buttons to launch recently used Meeting Codes to the Google Meet page for Google Classroom", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/", "https:\/\/meet.google.com\/?*" ], "css": [ "recentMeetingCodes.css" ], "js": [ "recentMeetingCodes.js" ] } ], "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |