Recent Meeting Codes
Adds buttons to launch recently used Meeting Codes to the Google Meet page for Google Classroom
What is Recent Meeting Codes?
Recent Meeting Codes is a Chrome extension developed by https://johnriv.github.io/recent-meeting-codes, and its main feature is "Adds buttons to launch recently used Meeting Codes to the Google Meet page for Google Classroom".
Extension Screenshots
Download Recent Meeting Codes Extension CRX File
Download Recent Meeting Codes extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Recent Meeting Codes |
ID | jblnhjdigaepgkbclpggccmhcmnpkghf |
Official URL | https://chromewebstore.google.com/detail/recent-meeting-codes/jblnhjdigaepgkbclpggccmhcmnpkghf |
Description | Adds buttons to launch recently used Meeting Codes to the Google Meet page for Google Classroom |
File Size | 17.88 KB |
Installation Count | 322 |
Current Version | 2.0.0 |
Last Updated | 2021-02-22 |
Publish Date | 2021-01-04 |
Rating | 2.00/5 Total 4 Ratings |
Developer | https://johnriv.github.io/recent-meeting-codes |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/JohnRiv/recent-meeting-codes/issues |
Supported Languages | 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" } } |