Recent Meeting Codes
Adds buttons to launch recently used Meeting Codes to the Google Meet page for Google Classroom
什麼是Recent Meeting Codes?
Recent Meeting Codes是由https://johnriv.github.io/recent-meeting-codes開發的Chrome擴展程式,該擴展的主要功能是“Adds buttons to launch recently used Meeting Codes to the Google Meet page for Google Classroom”。
擴展截圖
下載Recent Meeting Codes擴展crx文件
下載Recent Meeting Codes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Recent Meeting Codes |
ID | jblnhjdigaepgkbclpggccmhcmnpkghf |
官方網址 | https://chromewebstore.google.com/detail/recent-meeting-codes/jblnhjdigaepgkbclpggccmhcmnpkghf |
簡介 | Adds buttons to launch recently used Meeting Codes to the Google Meet page for Google Classroom |
檔案大小 | 17.88 KB |
安裝次數 | 322 |
目前版本 | 2.0.0 |
更新時間 | 2021-02-22 |
上架時間 | 2021-01-04 |
評分 | 2.00/5 共 4 次評分 |
開發者 | https://johnriv.github.io/recent-meeting-codes |
電子郵箱 | [email protected] |
付費類型 | free |
說明頁面URL | https://github.com/JohnRiv/recent-meeting-codes/issues |
支援的語言 | 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" } } |