Blackbaud GPA Calculator

Calculates your Blackbaud GPA

Apa itu Blackbaud GPA Calculator?

Blackbaud GPA Calculator adalah ekstensi Chrome yang dikembangkan oleh grantfitez, dan fitur utamanya adalah "Calculates your Blackbaud GPA".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Blackbaud GPA Calculator

Unduh file ekstensi Blackbaud GPA Calculator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Blackbaud GPA Calculator Blackbaud GPA Calculator
ID nlmbfbmjcbmilipngnbncklmldaffdcm
URL Resmi https://chromewebstore.google.com/detail/blackbaud-gpa-calculator/nlmbfbmjcbmilipngnbncklmldaffdcm
Deskripsi Calculates your Blackbaud GPA
Ukuran File 10.71 KB
Jumlah Instalasi 166
Versi Saat Ini 2.0.1
Terakhir Diperbarui 2020-02-06
Tanggal Publikasi 2020-02-02
Penilaian 5.00/5 Total 3 Penilaian
Pengembang grantfitez
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}