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. 拡張機能の基本情報
| 名前 | |
| ID | jblnhjdigaepgkbclpggccmhcmnpkghf |
| 公式URL | 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 |
| Eメール | [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"
}
} | |