Recent Meeting Codes
Adds buttons to launch recently used Meeting Codes to the Google Meet page for Google Classroom
Cos'è Recent Meeting Codes?
Recent Meeting Codes è un'estensione di Chrome sviluppata da https://johnriv.github.io/recent-meeting-codes, e la sua funzione principale è "Adds buttons to launch recently used Meeting Codes to the Google Meet page for Google Classroom".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Recent Meeting Codes
Scarica i file di estensione Recent Meeting Codes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | jblnhjdigaepgkbclpggccmhcmnpkghf |
| URL Ufficiale | https://chromewebstore.google.com/detail/recent-meeting-codes/jblnhjdigaepgkbclpggccmhcmnpkghf |
| Descrizione | Adds buttons to launch recently used Meeting Codes to the Google Meet page for Google Classroom |
| Dimensione del File | 17.88 KB |
| Conteggio Installazioni | 322 |
| Versione Corrente | 2.0.0 |
| Ultimo Aggiornamento | 2021-02-22 |
| Data di Pubblicazione | 2021-01-04 |
| Valutazione | 2.00/5 Totale 4 Valutazioni |
| Sviluppatore | https://johnriv.github.io/recent-meeting-codes |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina di Aiuto | https://github.com/JohnRiv/recent-meeting-codes/issues |
| Lingue Supportate | 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"
}
} | |