Lazy CUHK Updated
This is an updated and modified version of LazyCUHK. The original author has graduated and abandoned the project.
Lazy CUHK Updated란 무엇입니까?
Lazy CUHK Updated은(는) sanebow에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is an updated and modified version of LazyCUHK. The original author has graduated and abandoned the project."입니다.
확장 프로그램 스크린샷
Lazy CUHK Updated 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Automatic login to CUHK services including ResNet, wifi, library, mycuhk, ERGWAVE, IEWAVE,etc. (Updated version) Automatic login to the following services: 1. Blackboard 2. ResNet 3. UHS Booking System 4. PCCW / CSL WiFi 5. MyCUHK 6. CUHK WiFi 7. CUHKa WiFi 8. CUHK Library 9. ERGWAVE 10. Y5ZONE WiFi 11. IEWAVE 12. CUHK Office 365 First-time Set-up: Go to "chrome://extensions" (type it in the address bar). Click "option" under Lazy CUHK. Enter your account information. Contribution: Like it Tweet it Checkout https://github.com/SaneBow/LazyCUHK#contribution Bud Reporting: Send an E-mail to [email protected] OR Make a new issus on https://github.com/SaneBow/LazyCUHK/issues Version Log: https://github.com/SaneBow/LazyCUHK/blob/master/changelog.markdown
확장 프로그램 기본 정보
이름 | Lazy CUHK Updated |
ID | ckpifloghgnjcnafpboedlhcbfmlfpci |
공식 URL | https://chromewebstore.google.com/detail/lazy-cuhk-updated/ckpifloghgnjcnafpboedlhcbfmlfpci |
설명 | This is an updated and modified version of LazyCUHK. The original author has graduated and abandoned the project. |
파일 크기 | 274 KB |
설치 횟수 | 45 |
현재 버전 | 9.0.3 |
최근 업데이트 | 2015-04-28 |
출시 날짜 | 2015-04-28 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | sanebow |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/SaneBow/LazyCUHK |
도움말 페이지 URL | https://github.com/SaneBow/LazyCUHK/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lazy CUHK Updated", "version": "9.0.3", "manifest_version": 2, "description": "This is an updated and modified version of LazyCUHK. The original author has graduated and abandoned the project.", "icons": { "128": "icon\/icon128.png", "48": "icon\/icon48.png", "16": "icon\/icon16.png" }, "background": { "scripts": [ "background.js" ] }, "options_page": "options.html", "content_scripts": [ { "js": [ "login.js" ], "matches": [ "*:\/\/securelogin.net.cuhk.edu.hk\/*", "*:\/\/securelogin.arubanetworks.com\/*", "*:\/\/securelogin.wlan.cuhk.edu.hk\/*", "*:\/\/*.y5zone.net\/*", "*:\/\/hotspot.pccwwifi.com\/*", "*:\/\/hotspot.cslwifi.com\/*", "*:\/\/encore.lib.cuhk.edu.hk\/iii\/cas\/login*", "*:\/\/library.cuhk.edu.hk\/patroninfo*", "*:\/\/portal.cuhk.edu.hk\/psp\/epprd\/*", "*:\/\/elearn.cuhk.edu.hk\/*", "*:\/\/easysearch.lib.cuhk.edu.hk\/*", "*:\/\/www.uhs.cuhk.edu.hk\/booking\/*login.aspx*", "*:\/\/192.168.110.1\/www\/login.chi*", "*:\/\/sts.cuhk.edu.hk\/adfs\/ls\/*", "*:\/\/cloud.itsc.cuhk.edu.hk\/*", "*:\/\/www.peu.cuhk.edu.hk\/*", "*:\/\/helpdesk.itsc.cuhk.edu.hk\/*", "*:\/\/onepass.cuhk.edu.hk\/*" ] } ], "browser_action": { "default_icon": "icon\/icon48.png", "default_title": "LazyCUHK - click to switch on\/off" } } |