Recent Meeting Codes
Adds buttons to launch recently used Meeting Codes to the Google Meet page for Google Classroom
Τι είναι το Recent Meeting Codes;
Το Recent Meeting Codes είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://johnriv.github.io/recent-meeting-codes, και η κύρια λειτουργία του είναι "Adds buttons to launch recently used Meeting Codes to the Google Meet page for Google Classroom".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Recent Meeting Codes
Λήψη αρχείων επέκτασης Recent Meeting Codes σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Recent Meeting Codes |
ID | jblnhjdigaepgkbclpggccmhcmnpkghf |
Επίσημο URL | https://chromewebstore.google.com/detail/recent-meeting-codes/jblnhjdigaepgkbclpggccmhcmnpkghf |
Περιγραφή | Adds buttons to launch recently used Meeting Codes to the Google Meet page for Google Classroom |
Μέγεθος Αρχείου | 17.88 KB |
Αριθμός Εγκαταστάσεων | 322 |
Τρέχουσα Έκδοση | 2.0.0 |
Τελευταία Ενημέρωση | 2021-02-22 |
Ημερομηνία Δημοσίευσης | 2021-01-04 |
Αξιολόγηση | 2.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | https://johnriv.github.io/recent-meeting-codes |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/JohnRiv/recent-meeting-codes/issues |
Υποστηριζόμενες Γλώσσες | 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" } } |