Waterloo AutoLog

Automatic login for Quest, WaterlooWorks, Learn, WatIAM, WatCard, myHRinfo and many other campus systems.

Waterloo AutoLog क्या है?

Waterloo AutoLog https://www.zijianshao.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatic login for Quest, WaterlooWorks, Learn, WatIAM, WatCard, myHRinfo and many other campus systems."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Waterloo AutoLog एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Enter your login information in options page, you will be automatically logged into supported campus login entrances of the University of Waterloo.

★ SUPPORTED SITES ★
- Central Authentication Service (cas.uwaterloo.ca)
- SAML Identity Provider (idp.uwaterloo.ca)
- Active Directory Federation Services (adfs.uwaterloo.ca)
- Identity & Access Management (idm.uwaterloo.ca)
- WatCard System (watcard.uwaterloo.ca)
- ECEWO Applications (ecewo.uwaterloo.ca)
- Outlook Web Access (connect.uwaterloo.ca)
- myHRinfo Portal (myhrinfo.hrms.uwaterloo.ca)

★ NOTES ★
- Don't use other auto login extensions together to avoid unexpected behaviors
- Pages may change at any time, thus the extension may not function properly
- If you have any questions regarding this extension, please email me at [email protected]

★ DISCLAIMERS ★
- This extension has no affiliation with the University of Waterloo
- Use this extension at your own responsibility                    

एक्सटेंशन की मूल जानकारी

नाम Waterloo AutoLog Waterloo AutoLog
ID ncpmlgiinkikhgijoplpnjggobinhkpl
आधिकारिक URL https://chromewebstore.google.com/detail/waterloo-autolog/ncpmlgiinkikhgijoplpnjggobinhkpl
विवरण Automatic login for Quest, WaterlooWorks, Learn, WatIAM, WatCard, myHRinfo and many other campus systems.
फ़ाइल का आकार 106 KB
स्थापना संख्या 552
वर्तमान संस्करण 1.3.4
अंतिम अपडेट 2020-04-28
प्रकाशन तिथि 2020-04-24
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://www.zijianshao.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.zijianshao.com/autolog/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Waterloo AutoLog",
    "version": "1.3.4",
    "author": "Zijian Shao",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/configs.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icon\/icon16.png",
            "24": "icon\/icon24.png",
            "32": "icon\/icon32.png"
        },
        "default_popup": "html\/popup.html",
        "default_title": "Waterloo AutoLog"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.js",
                "js\/configs.js",
                "js\/aes.js",
                "js\/hash.js",
                "js\/init.js"
            ],
            "matches": [
                "*:\/\/cas.uwaterloo.ca\/*",
                "*:\/\/idp.uwaterloo.ca\/*",
                "*:\/\/idm.uwaterloo.ca\/*",
                "*:\/\/ecewo.uwaterloo.ca\/*",
                "*:\/\/watcard.uwaterloo.ca\/*",
                "*:\/\/connect.uwaterloo.ca\/*",
                "*:\/\/adfs.uwaterloo.ca\/*",
                "*:\/\/myhrinfo.hrms.uwaterloo.ca\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Automatic login for Quest, WaterlooWorks, Learn, WatIAM, WatCard, myHRinfo and many other campus systems.",
    "icons": {
        "128": "icon\/icon128.png",
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png"
    },
    "offline_enabled": false,
    "options_page": "html\/options.html",
    "permissions": [
        "activeTab",
        "storage",
        "*:\/\/cas.uwaterloo.ca\/*",
        "*:\/\/idp.uwaterloo.ca\/*",
        "*:\/\/idm.uwaterloo.ca\/*",
        "*:\/\/ecewo.uwaterloo.ca\/*",
        "*:\/\/watcard.uwaterloo.ca\/*",
        "*:\/\/connect.uwaterloo.ca\/*",
        "*:\/\/adfs.uwaterloo.ca\/*",
        "*:\/\/myhrinfo.hrms.uwaterloo.ca\/*"
    ],
    "short_name": "Waterloo AutoLog"
}