Recent Meeting Codes
Adds buttons to launch recently used Meeting Codes to the Google Meet page for Google Classroom
Hvad er Recent Meeting Codes?
Recent Meeting Codes er en Chrome-udvidelse udviklet af https://johnriv.github.io/recent-meeting-codes, og dens hovedfunktion er "Adds buttons to launch recently used Meeting Codes to the Google Meet page for Google Classroom".
Udvidelsesskærmbilleder
Download Recent Meeting Codes-udvidelses-CRX-fil
Download Recent Meeting Codes-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Recent Meeting Codes |
ID | jblnhjdigaepgkbclpggccmhcmnpkghf |
Officiel URL | https://chromewebstore.google.com/detail/recent-meeting-codes/jblnhjdigaepgkbclpggccmhcmnpkghf |
Beskrivelse | Adds buttons to launch recently used Meeting Codes to the Google Meet page for Google Classroom |
Filstørrelse | 17.88 KB |
Antal Installationer | 322 |
Nuværende Version | 2.0.0 |
Senest Opdateret | 2021-02-22 |
Udgivelsesdato | 2021-01-04 |
Bedømmelse | 2.00/5 Samlet 4 Bedømmelser |
Udvikler | https://johnriv.github.io/recent-meeting-codes |
[email protected] | |
Betalingsmetode | free |
Hjælpeside-URL | https://github.com/JohnRiv/recent-meeting-codes/issues |
Understøttede Sprog | 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" } } |