Recent Meeting Codes

Adds buttons to launch recently used Meeting Codes to the Google Meet page for Google Classroom

Recent Meeting Codes là gì?

Recent Meeting Codes là một tiện ích mở rộng Chrome được phát triển bởi https://johnriv.github.io/recent-meeting-codes, và tính năng chính của nó là "Adds buttons to launch recently used Meeting Codes to the Google Meet page for Google Classroom".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Recent Meeting Codes

Tải xuống các tệp mở rộng Recent Meeting Codes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Recent Meeting Codes Recent Meeting Codes
ID jblnhjdigaepgkbclpggccmhcmnpkghf
URL Chính Thức https://chromewebstore.google.com/detail/recent-meeting-codes/jblnhjdigaepgkbclpggccmhcmnpkghf
Mô tả Adds buttons to launch recently used Meeting Codes to the Google Meet page for Google Classroom
Kích Thước Tệp 17.88 KB
Số Lần Cài Đặt 322
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2021-02-22
Ngày Phát Hành 2021-01-04
Đánh Giá 2.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://johnriv.github.io/recent-meeting-codes
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/JohnRiv/recent-meeting-codes/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}