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”。

扩展截图

screenshot

下载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 Recent Meeting Codes
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
电子邮箱 [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"
    }
}