Waterloo AutoLog

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

Waterloo AutoLogคืออะไร?

Waterloo AutoLog เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.zijianshao.com และคุณลักษณะหลักของมันคือ "Automatic login for Quest, WaterlooWorks, Learn, WatIAM, WatCard, myHRinfo and many other campus systems."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Waterloo AutoLog

ดาวน์โหลดไฟล์ส่วนขยาย Waterloo AutoLog ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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