Blackbaud GPA Calculator
Calculates your Blackbaud GPA
O que é Blackbaud GPA Calculator?
Blackbaud GPA Calculator é uma extensão do Chrome desenvolvida por grantfitez, e sua principal característica é "Calculates your Blackbaud GPA".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Blackbaud GPA Calculator
Baixe arquivos de extensão Blackbaud 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 extension will allow you to see your GPA in Blackbaud. Below your classes it will show a table listing the grade, the weighting, the GPA, and the weighted GPA for that class. Above that will be an overall average GPA for the current semester. Note: Please double-check that the weightings for each class. If there is an issue, email [email protected]. Additionally please email [email protected] if you have any other questions, suggestions or issues. All art is by Jack Parkhouse.
Informações Básicas da Extensão
Nome | Blackbaud GPA Calculator |
ID | nlmbfbmjcbmilipngnbncklmldaffdcm |
URL Oficial | https://chromewebstore.google.com/detail/blackbaud-gpa-calculator/nlmbfbmjcbmilipngnbncklmldaffdcm |
Descrição | Calculates your Blackbaud GPA |
Tamanho do Arquivo | 10.71 KB |
Contagem de Instalações | 166 |
Versão Atual | 2.0.1 |
Última Atualização | 2020-02-06 |
Data de Publicação | 2020-02-02 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | grantfitez |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Blackbaud GPA Calculator", "description": "Calculates your Blackbaud GPA", "version": "2.0.1", "permissions": [], "content_scripts": [ { "run_at": "document_idle", "matches": [ "https:\/\/*.myschoolapp.com\/*" ], "js": [ "run.js" ] } ], "browser_action": { "default_icon": "icon128.png" }, "icons": { "128": "icon128.png" }, "manifest_version": 2 } |