GT CourseAid

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

Cos'è GT CourseAid?

GT CourseAid è un'estensione di Chrome sviluppata da neurondevelopment, e la sua funzione principale è "Creates a dropdown menu to help you register for the best courses.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione GT CourseAid

Scarica i file di estensione GT CourseAid in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome GT CourseAid GT CourseAid
ID kjfijlpmfhlaoliemcknkladnnhihmfg
URL Ufficiale https://chromewebstore.google.com/detail/gt-courseaid/kjfijlpmfhlaoliemcknkladnnhihmfg
Descrizione Creates a dropdown menu to help you register for the best courses.
Dimensione del File 30.38 KB
Conteggio Installazioni 27
Versione Corrente 1.2
Ultimo Aggiornamento 2016-11-02
Data di Pubblicazione 2016-11-01
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore neurondevelopment
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/abhishektumuluru/courseAid
Lingue Supportate 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"
    ]
}