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开发的Chrome扩展程序,该扩展的主要功能是“Do you really, like, REALLY, dislike Oscar? Yeah, me too, and unfortunately, it's hopeless. BUT, you can make your registration…”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载ORE - GT Oscar Registration Extension扩展crx文件

下载ORE - GT Oscar Registration Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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