Blackbaud GPA Calculator
Calculates your Blackbaud GPA
Vad är Blackbaud GPA Calculator?
Blackbaud GPA Calculator är en Chrome-tillägg utvecklad av grantfitez, och dess huvudfunktion är "Calculates your Blackbaud GPA".
Tilläggsskärmbilder
Ladda ner Blackbaud GPA Calculator-förlängningens CRX-fil
Ladda ner Blackbaud 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 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. Grundläggande Information om Tillägg
| Namn | |
| ID | nlmbfbmjcbmilipngnbncklmldaffdcm |
| Officiell webbadress | https://chromewebstore.google.com/detail/blackbaud-gpa-calculator/nlmbfbmjcbmilipngnbncklmldaffdcm |
| Beskrivning | Calculates your Blackbaud GPA |
| Filstorlek | 10.71 KB |
| Antal Installationer | 166 |
| Aktuell Version | 2.0.1 |
| Senast Uppdaterad | 2020-02-06 |
| Publiceringsdatum | 2020-02-02 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | grantfitez |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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
} | |