UOA SSO Superhero

Automatically fixes the Auckland SSO error page.

UOA SSO Superhero क्या है?

UOA SSO Superhero Blimp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically fixes the Auckland SSO error page."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में UOA SSO Superhero एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}