Recent Meeting Codes
Adds buttons to launch recently used Meeting Codes to the Google Meet page for Google Classroom
Co je Recent Meeting Codes?
Recent Meeting Codes je rozšíření Chrome vyvinuté https://johnriv.github.io/recent-meeting-codes, a jeho hlavní funkcí je „Adds buttons to launch recently used Meeting Codes to the Google Meet page for Google Classroom“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Recent Meeting Codes
Stáhněte si soubory rozšíření Recent Meeting Codes ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Recent Meeting Codes |
ID | jblnhjdigaepgkbclpggccmhcmnpkghf |
Oficiální URL | https://chromewebstore.google.com/detail/recent-meeting-codes/jblnhjdigaepgkbclpggccmhcmnpkghf |
Popis | Adds buttons to launch recently used Meeting Codes to the Google Meet page for Google Classroom |
Velikost souboru | 17.88 KB |
Počet instalací | 322 |
Aktuální Verze | 2.0.0 |
Poslední Aktualizace | 2021-02-22 |
Datum Vydání | 2021-01-04 |
Hodnocení | 2.00/5 Celkem 4 Hodnocení |
Vývojář | https://johnriv.github.io/recent-meeting-codes |
[email protected] | |
Typ Platby | free |
URL Stránky Nápovědy | https://github.com/JohnRiv/recent-meeting-codes/issues |
Podporované Jazyky | 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" } } |