UOA SSO Superhero
Automatically fixes the Auckland SSO error page.
¿Qué es UOA SSO Superhero?
UOA SSO Superhero es una extensión de Chrome desarrollada por Blimp, y su función principal es "Automatically fixes the Auckland SSO error page.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión UOA SSO Superhero
Descarga archivos de extensión UOA SSO Superhero en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | UOA SSO Superhero |
ID | lmafgonodcceimoijocinhjoknmdljol |
URL Oficial | https://chromewebstore.google.com/detail/uoa-sso-superhero/lmafgonodcceimoijocinhjoknmdljol |
Descripción | Automatically fixes the Auckland SSO error page. |
Tamaño del Archivo | 26.68 KB |
Cantidad de Instalaciones | 314 |
Versión Actual | 1.1 |
Última Actualización | 2023-03-07 |
Fecha de Publicación | 2023-03-01 |
Calificación | 5.00/5 Total de 4 Calificaciones |
Desarrollador | Blimp |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |