UOA SSO Superhero
Automatically fixes the Auckland SSO error page.
Τι είναι το UOA SSO Superhero;
Το UOA SSO Superhero είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Blimp, και η κύρια λειτουργία του είναι "Automatically fixes the Auckland SSO error page.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης UOA SSO Superhero
Λήψη αρχείων επέκτασης UOA SSO Superhero σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Tired of being stranded on the error page of the University of Auckland's SSO portal? Fear not, because the UOA SSO Superhero is here to save the day! This mighty Chrome extension automatically detects when you encounter an "errorCode=999" issue on the portal and redirects you to the correct SSO login page, so you can swiftly access all of your important academic resources. With UOA SSO Superhero, there's no need to worry about manually removing the error code or struggling to figure out what went wrong. This superheroic extension takes care of everything for you, ensuring that you can always access the portal with ease. UOA SSO Superhero is the ultimate sidekick for any UOA student or staff member, providing seamless, uninterrupted portal access so you can focus on what truly matters – your studies and research. Say goodbye to the frustration of error pages and hello to smooth, effortless portal access with UOA SSO Superhero!
Βασικές Πληροφορίες Επέκτασης
Όνομα | UOA SSO Superhero |
ID | lmafgonodcceimoijocinhjoknmdljol |
Επίσημο URL | https://chromewebstore.google.com/detail/uoa-sso-superhero/lmafgonodcceimoijocinhjoknmdljol |
Περιγραφή | Automatically fixes the Auckland SSO error page. |
Μέγεθος Αρχείου | 26.68 KB |
Αριθμός Εγκαταστάσεων | 314 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2023-03-07 |
Ημερομηνία Δημοσίευσης | 2023-03-01 |
Αξιολόγηση | 5.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | Blimp |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "UOA SSO Superhero", "version": "1.1", "description": "Automatically fixes the Auckland SSO error page.", "icons": { "128": "logo.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.student.auckland.ac.nz\/*", "https:\/\/www.student.auckland.ac.nz\/*" ], "js": [ "content.js" ] } ], "background": { "service_worker": "background.js" } } |