Google Classroom User Redirect
Redirects all Google classroom requests to specify the correct Google user ID
Τι είναι το Google Classroom User Redirect;
Το Google Classroom User Redirect είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://matthew-cash.com, και η κύρια λειτουργία του είναι "Redirects all Google classroom requests to specify the correct Google user ID".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Google Classroom User Redirect
Λήψη αρχείων επέκτασης Google Classroom User Redirect σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Many people have a separate google account for personal use and educational use. When visiting google classroom from an external account (e.g. gmail), the classroom link is opened in the primary account, which for many people is not their educational account. This extension fixes this problem by changing the Google user ID in the browser to match the user ID for the user's educational account
Βασικές Πληροφορίες Επέκτασης
Όνομα | Google Classroom User Redirect |
ID | lcapnmcmmiolacjfdlfpjabfgdacgikk |
Επίσημο URL | https://chromewebstore.google.com/detail/google-classroom-user-red/lcapnmcmmiolacjfdlfpjabfgdacgikk |
Περιγραφή | Redirects all Google classroom requests to specify the correct Google user ID |
Μέγεθος Αρχείου | 6.64 KB |
Αριθμός Εγκαταστάσεων | 19 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2020-08-31 |
Ημερομηνία Δημοσίευσης | 2020-08-31 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | https://matthew-cash.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/MatthewCash/google-classroom-user-redirect |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/MatthewCash/google-classroom-user-redirect/issues |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Classroom User Redirect", "short_name": "Classroom User Redirect", "description": "Redirects all Google classroom requests to specify the correct Google user ID", "version": "1.0.0", "options_page": "views\/options.html", "permissions": [ "*:\/\/classroom.google.com\/", "webRequest", "webRequestBlocking", "storage", "background" ], "background": { "scripts": [ "background.js" ] }, "page_action": { "default_title": "Google Classroom User Redirect" } } |