UBC GPA calculator

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

O que é UBC GPA calculator?

UBC GPA calculator é uma extensão do Chrome desenvolvida por Sashank Shukla, e sua principal característica é "Chrome extension for UBC students allowing you to input course grades and credits to get a 4.0 scale GPA".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão UBC GPA calculator

Baixe arquivos de extensão UBC GPA calculator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome UBC GPA calculator UBC GPA calculator
ID gdjfommoaljkaonldkjifkdhhkbccgcg
URL Oficial https://chromewebstore.google.com/detail/ubc-gpa-calculator/gdjfommoaljkaonldkjifkdhhkbccgcg
Descrição Chrome extension for UBC students allowing you to input course grades and credits to get a 4.0 scale GPA
Tamanho do Arquivo 43.83 KB
Contagem de Instalações 288
Versão Atual 1.0.0
Última Atualização 2022-03-01
Data de Publicação 2022-02-25
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor Sashank Shukla
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}