ORE - GT Oscar Registration Extension
Do you really, like, REALLY, dislike Oscar? Yeah, me too, and unfortunately, it's hopeless. BUT, you can make your registration…
ORE - GT Oscar Registration Extension क्या है?
ORE - GT Oscar Registration Extension Mina Zakhary द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Do you really, like, REALLY, dislike Oscar? Yeah, me too, and unfortunately, it's hopeless. BUT, you can make your registration…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ORE - GT Oscar Registration Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Do you really, like, REALLY, dislike Oscar? Yeah, me too, and unfortunately, it's hopeless. BUT, you can make your registration experience a bit more manageable with GT ORE! GT ORE adds the following features to Oscar to make your registration experience more user friendly: 1- Adds a "cart"-like feature that allows you to add your desired courses to the cart, either by adding the CRN manually, or by clicking the "Add to Cart" button next to the course while looking up classes. You can then fill your CRNs all at once by clicking the "Fill CRNs" button on the add/drop page. It is basically a substitute to copying/pasting CRNs. 2-Integrates Course Critique data right into Oscar. Allows you to view each professor's average GPA and grade distribution without having to leave Oscar. Planned Features: -Custom Oscar Themes -Improvements to cart UI -Better manual CRNs validation 1.0.3: -Now works with the new Banner software update -Makes the lookup Subject box bigger 1.0.2: -Fixes: "Fill CRNs" button shows up on random pages. -Integrates the new course critique API
एक्सटेंशन की मूल जानकारी
नाम | ORE - GT Oscar Registration Extension |
ID | pfdlbmjglgajbogcmhcejkfeflnglich |
आधिकारिक URL | https://chromewebstore.google.com/detail/ore-gt-oscar-registration/pfdlbmjglgajbogcmhcejkfeflnglich |
विवरण | Do you really, like, REALLY, dislike Oscar? Yeah, me too, and unfortunately, it's hopeless. BUT, you can make your registration… |
फ़ाइल का आकार | 373 KB |
स्थापना संख्या | 245 |
वर्तमान संस्करण | 1.0.4 |
अंतिम अपडेट | 2022-06-26 |
प्रकाशन तिथि | 2020-11-03 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | Mina Zakhary |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ORE - GT Oscar Registration Extension", "version": "1.0.4", "permissions": [ "storage", "https:\/\/www.ratemyprofessors.com\/", "https:\/\/critique.gatech.edu\/" ], "content_scripts": [ { "matches": [ "https:\/\/oscar.gatech.edu\/bprod\/bwskfreg.P_AltPin", "https:\/\/oscar.gatech.edu\/bprod\/bwskfcls.P_GetCrse", "https:\/\/oscar.gatech.edu\/bprod\/bwckgens.p_proc_term_date", "https:\/\/oscar.gatech.edu\/bprod\/bwckcoms.P_Regs" ], "js": [ "sweetalert2.all.min.js", "jquery-3.5.1.min.js", "content.js" ], "css": [ "styles.css" ] } ], "background": { "scripts": [ "sweetalert2.all.min.js", "jquery-3.5.1.min.js", "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": "ore.png", "default_title": "ORE Course Cart" }, "icons": { "512": "ore.png" } } |