UBC GPA calculator
Chrome extension for UBC students allowing you to input course grades and credits to get a 4.0 scale GPA
Vad är UBC GPA calculator?
UBC GPA calculator är en Chrome-tillägg utvecklad av Sashank Shukla, och dess huvudfunktion är "Chrome extension for UBC students allowing you to input course grades and credits to get a 4.0 scale GPA".
Tilläggsskärmbilder
Ladda ner UBC GPA calculator-förlängningens CRX-fil
Ladda ner UBC GPA calculator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | UBC GPA calculator |
ID | gdjfommoaljkaonldkjifkdhhkbccgcg |
Officiell webbadress | https://chromewebstore.google.com/detail/ubc-gpa-calculator/gdjfommoaljkaonldkjifkdhhkbccgcg |
Beskrivning | Chrome extension for UBC students allowing you to input course grades and credits to get a 4.0 scale GPA |
Filstorlek | 43.83 KB |
Antal Installationer | 288 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2022-03-01 |
Publiceringsdatum | 2022-02-25 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | Sashank Shukla |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |