UBC GPA calculator
Chrome extension for UBC students allowing you to input course grades and credits to get a 4.0 scale GPA
Was ist UBC GPA calculator?
UBC GPA calculator ist eine Chrome-Erweiterung, die von Sashank Shukla entwickelt wurde, und ihr Hauptmerkmal ist "Chrome extension for UBC students allowing you to input course grades and credits to get a 4.0 scale GPA".
Erweiterungsscreenshots
UBC GPA calculator-Erweiterungs-CRX-Datei herunterladen
Laden Sie UBC GPA calculator-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
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.
Grundlegende Informationen zur Erweiterung
Name | UBC GPA calculator |
ID | gdjfommoaljkaonldkjifkdhhkbccgcg |
Offizielle URL | https://chromewebstore.google.com/detail/ubc-gpa-calculator/gdjfommoaljkaonldkjifkdhhkbccgcg |
Beschreibung | Chrome extension for UBC students allowing you to input course grades and credits to get a 4.0 scale GPA |
Dateigröße | 43.83 KB |
Installationsanzahl | 288 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2022-03-01 |
Veröffentlichungsdatum | 2022-02-25 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | Sashank Shukla |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |