UBC GPA calculator

Chrome extension for UBC students allowing you to input course grades and credits to get a 4.0 scale GPA

Cos'è UBC GPA calculator?

UBC GPA calculator è un'estensione di Chrome sviluppata da Sashank Shukla, e la sua funzione principale è "Chrome extension for UBC students allowing you to input course grades and credits to get a 4.0 scale GPA".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione UBC GPA calculator

Scarica i file di estensione UBC GPA calculator 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

                        This first version of this chrome extension allows UBC students to

input their course grades on the 100 point scale
input how many credits each course is
get back a 4.0 scale GPA based on UBC calculation steps and criteria which is more commonly used for resumes, CV's , portfolios and LinkedIn.

The tool takes away the pain of having to switch to tabs to see the conversion scale, open calculators and overall waste a lot of valuable time. Students can just input values whilst being on the grades summary page and receive a GPA.                    

Informazioni di Base sull'Estensione

Nome UBC GPA calculator UBC GPA calculator
ID gdjfommoaljkaonldkjifkdhhkbccgcg
URL Ufficiale https://chromewebstore.google.com/detail/ubc-gpa-calculator/gdjfommoaljkaonldkjifkdhhkbccgcg
Descrizione Chrome extension for UBC students allowing you to input course grades and credits to get a 4.0 scale GPA
Dimensione del File 43.83 KB
Conteggio Installazioni 288
Versione Corrente 1.0.0
Ultimo Aggiornamento 2022-03-01
Data di Pubblicazione 2022-02-25
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Sashank Shukla
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "UBC GPA calculator",
    "description": "Chrome extension for UBC students allowing you to input course grades and credits to get a 4.0 scale GPA",
    "version": "1.0.0",
    "icons": {
        "128": "icon_128.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    }
}