GT CourseAid

Creates a dropdown menu to help you register for the best courses.

Was ist GT CourseAid?

GT CourseAid ist eine Chrome-Erweiterung, die von neurondevelopment entwickelt wurde, und ihr Hauptmerkmal ist "Creates a dropdown menu to help you register for the best courses.".

Erweiterungsscreenshots

screenshot

GT CourseAid-Erweiterungs-CRX-Datei herunterladen

Laden Sie GT CourseAid-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Instantly have access to your course's information in just two clicks

Bring up your course's:
- Course Critique
- OSCAR site
- Rate My Professors

Highlight the course number and right click on it and open the GT CourseAid dropdown menu. Here, you have the option to:
    - Look up the course on OSCAR
    - Look up the grade distribution on course critique
Additionally, you can highlight a professor's name and look him or her up on RateMyProfessors

Please report any issues to [email protected]

Developed by:
Mohit Chauhan     Abhishek Tumuluru

Go Jackets!                    

Grundlegende Informationen zur Erweiterung

Name GT CourseAid GT CourseAid
ID kjfijlpmfhlaoliemcknkladnnhihmfg
Offizielle URL https://chromewebstore.google.com/detail/gt-courseaid/kjfijlpmfhlaoliemcknkladnnhihmfg
Beschreibung Creates a dropdown menu to help you register for the best courses.
Dateigröße 30.38 KB
Installationsanzahl 27
Aktuelle Version 1.2
Letztes Update 2016-11-02
Veröffentlichungsdatum 2016-11-01
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler neurondevelopment
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/abhishektumuluru/courseAid
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GT CourseAid",
    "description": "Creates a dropdown menu to help you register for the best courses.",
    "version": "1.2",
    "browser_action": {
        "default_icon": "logo.png"
    },
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "logo.png"
    },
    "permissions": [
        "contextMenus"
    ]
}