Blackbaud GPA Calculator

Calculates your Blackbaud GPA

Cos'è Blackbaud GPA Calculator?

Blackbaud GPA Calculator è un'estensione di Chrome sviluppata da grantfitez, e la sua funzione principale è "Calculates your Blackbaud GPA".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Blackbaud GPA Calculator

Scarica i file di estensione Blackbaud GPA Calculator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Blackbaud GPA Calculator Blackbaud GPA Calculator
ID nlmbfbmjcbmilipngnbncklmldaffdcm
URL Ufficiale https://chromewebstore.google.com/detail/blackbaud-gpa-calculator/nlmbfbmjcbmilipngnbncklmldaffdcm
Descrizione Calculates your Blackbaud GPA
Dimensione del File 10.71 KB
Conteggio Installazioni 166
Versione Corrente 2.0.1
Ultimo Aggiornamento 2020-02-06
Data di Pubblicazione 2020-02-02
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore grantfitez
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}