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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is an updated and modified version of LazyCUHK. The original author has graduated and abandoned the project."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Lazy CUHK Updated एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |