UBC GPA calculator
Chrome extension for UBC students allowing you to input course grades and credits to get a 4.0 scale GPA
Qu'est-ce que UBC GPA calculator ?
UBC GPA calculator est une extension Chrome développée par Sashank Shukla, et sa fonction principale est "Chrome extension for UBC students allowing you to input course grades and credits to get a 4.0 scale GPA".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension UBC GPA calculator
Téléchargez les fichiers d'extension UBC GPA calculator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | UBC GPA calculator |
ID | gdjfommoaljkaonldkjifkdhhkbccgcg |
URL Officiel | https://chromewebstore.google.com/detail/ubc-gpa-calculator/gdjfommoaljkaonldkjifkdhhkbccgcg |
Description | Chrome extension for UBC students allowing you to input course grades and credits to get a 4.0 scale GPA |
Taille du Fichier | 43.83 KB |
Nombre d'Installations | 288 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2022-03-01 |
Date de Publication | 2022-02-25 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Sashank Shukla |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |