Waterloo AutoLog

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

Waterloo AutoLog란 무엇입니까?

Waterloo AutoLog은(는) https://www.zijianshao.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatic login for Quest, WaterlooWorks, Learn, WatIAM, WatCard, myHRinfo and many other campus systems."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Waterloo AutoLog 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}