CityU Quick Course Adder
To help you fill the CRNs quickly.
CityU Quick Course Adder क्या है?
CityU Quick Course Adder h.mattjunk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "To help you fill the CRNs quickly."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CityU Quick Course Adder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The CityU Quick Course Adder is a helpful Chrome extension that makes entering CRNs faster. You just preload your CRNs, and the extension will automatically instantly put them on the 'Add or Drop Classes' page for you. It's a real time-saver! This is an updated version, building on the original 2016 version by Sam (ideati.me), which is no longer available.
एक्सटेंशन की मूल जानकारी
नाम | CityU Quick Course Adder |
ID | ailiklnkhplhpoeakbpcgomfdglmojbh |
आधिकारिक URL | https://chromewebstore.google.com/detail/cityu-quick-course-adder/ailiklnkhplhpoeakbpcgomfdglmojbh |
विवरण | To help you fill the CRNs quickly. |
फ़ाइल का आकार | 34.91 KB |
स्थापना संख्या | 459 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2023-09-06 |
प्रकाशन तिथि | 2023-09-06 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | h.mattjunk |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/H11Maitree/CityU-Course-Adder-Chorme-Extension |
सहायता पृष्ठ URL | https://github.com/H11Maitree/CityU-Course-Adder-Chorme-Extension/wiki/How-To-Use%3F |
गोपनीयता नीति पृष्ठ URL | https://github.com/H11Maitree/CityU-Course-Adder-Chorme-Extension/wiki/Privacy-Policy |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CityU Quick Course Adder", "description": "To help you fill the CRNs quickly.", "version": "1.0", "permissions": [ "storage" ], "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/banweb.cityu.edu.hk\/*", "http:\/\/banweb.cityu.edu.hk\/*" ], "js": [ "contentScript.js" ], "include_globs": [ "*bwskfreg.P_AltPin*" ] } ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |