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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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