UOA SSO Superhero

Automatically fixes the Auckland SSO error page.

什么是UOA SSO Superhero?

UOA SSO Superhero是由Blimp开发的Chrome扩展程序,该扩展的主要功能是“Automatically fixes the Auckland SSO error page.”。

扩展截图

screenshot

下载UOA SSO Superhero扩展crx文件

下载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 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"
    }
}