UBC GPA calculator

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

What is UBC GPA calculator?

UBC GPA calculator is a Chrome extension developed by Sashank Shukla, and its main feature is "Chrome extension for UBC students allowing you to input course grades and credits to get a 4.0 scale GPA".

Extension Screenshots

screenshot

Download UBC GPA calculator Extension CRX File

Download UBC GPA calculator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name UBC GPA calculator UBC GPA calculator
ID gdjfommoaljkaonldkjifkdhhkbccgcg
Official URL 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
File Size 43.83 KB
Installation Count 288
Current Version 1.0.0
Last Updated 2022-03-01
Publish Date 2022-02-25
Rating 5.00/5 Total 4 Ratings
Developer Sashank Shukla
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}