Recent Meeting Codes

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

Wat is Recent Meeting Codes?

Recent Meeting Codes is een Chrome-extensie ontwikkeld door https://johnriv.github.io/recent-meeting-codes, en de belangrijkste functie is "Adds buttons to launch recently used Meeting Codes to the Google Meet page for Google Classroom".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Recent Meeting Codes

Download Recent Meeting Codes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Recent Meeting Codes Recent Meeting Codes
ID jblnhjdigaepgkbclpggccmhcmnpkghf
Officiële URL https://chromewebstore.google.com/detail/recent-meeting-codes/jblnhjdigaepgkbclpggccmhcmnpkghf
Beschrijving Adds buttons to launch recently used Meeting Codes to the Google Meet page for Google Classroom
Bestandsgrootte 17.88 KB
Aantal Installaties 322
Huidige Versie 2.0.0
Laatst Bijgewerkt 2021-02-22
Publicatiedatum 2021-01-04
Beoordeling 2.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://johnriv.github.io/recent-meeting-codes
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://github.com/JohnRiv/recent-meeting-codes/issues
Ondersteunde Talen 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"
    }
}