Recent Meeting Codes

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

Apa itu Recent Meeting Codes?

Recent Meeting Codes adalah ekstensi Chrome yang dikembangkan oleh https://johnriv.github.io/recent-meeting-codes, dan fitur utamanya adalah "Adds buttons to launch recently used Meeting Codes to the Google Meet page for Google Classroom".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Recent Meeting Codes

Unduh file ekstensi Recent Meeting Codes dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Recent Meeting Codes Recent Meeting Codes
ID jblnhjdigaepgkbclpggccmhcmnpkghf
URL Resmi https://chromewebstore.google.com/detail/recent-meeting-codes/jblnhjdigaepgkbclpggccmhcmnpkghf
Deskripsi Adds buttons to launch recently used Meeting Codes to the Google Meet page for Google Classroom
Ukuran File 17.88 KB
Jumlah Instalasi 322
Versi Saat Ini 2.0.0
Terakhir Diperbarui 2021-02-22
Tanggal Publikasi 2021-01-04
Penilaian 2.00/5 Total 4 Penilaian
Pengembang https://johnriv.github.io/recent-meeting-codes
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://github.com/JohnRiv/recent-meeting-codes/issues
Bahasa yang Didukung 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"
    }
}