Recent Meeting Codes

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

O que é Recent Meeting Codes?

Recent Meeting Codes é uma extensão do Chrome desenvolvida por https://johnriv.github.io/recent-meeting-codes, e sua principal característica é "Adds buttons to launch recently used Meeting Codes to the Google Meet page for Google Classroom".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Recent Meeting Codes

Baixe arquivos de extensão Recent Meeting Codes no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Recent Meeting Codes Recent Meeting Codes
ID jblnhjdigaepgkbclpggccmhcmnpkghf
URL Oficial https://chromewebstore.google.com/detail/recent-meeting-codes/jblnhjdigaepgkbclpggccmhcmnpkghf
Descrição Adds buttons to launch recently used Meeting Codes to the Google Meet page for Google Classroom
Tamanho do Arquivo 17.88 KB
Contagem de Instalações 322
Versão Atual 2.0.0
Última Atualização 2021-02-22
Data de Publicação 2021-01-04
Classificação 2.00/5 Total de 4 Avaliações
Desenvolvedor https://johnriv.github.io/recent-meeting-codes
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://github.com/JohnRiv/recent-meeting-codes/issues
Idiomas Suportados 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"
    }
}