Catholic Central GPA Calculator

Automatically loads your GPA on MyCC's progress page, as well as some other useful features

Apa itu Catholic Central GPA Calculator?

Catholic Central GPA Calculator adalah ekstensi Chrome yang dikembangkan oleh BD, dan fitur utamanya adalah "Automatically loads your GPA on MyCC's progress page, as well as some other useful features".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Catholic Central GPA Calculator

Unduh file ekstensi Catholic Central 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

                        • Auto updates for any new versions

• Current, accurate GPA according to CC's grading standard

• Ability to view weighted and unweighted grades

• Calculate your class grade for upcoming assignment

• Calculate your semester grades based on your exam grades

• Calculate the minimum exam grade needed to accomplish a 
  semester grade

---

(Credits to: Bagel03)                    

Informasi Dasar Ekstensi

Nama Catholic Central GPA Calculator Catholic Central GPA Calculator
ID akbakffdecfdahaciiiniiaopllhmppj
URL Resmi https://chromewebstore.google.com/detail/catholic-central-gpa-calc/akbakffdecfdahaciiiniiaopllhmppj
Deskripsi Automatically loads your GPA on MyCC's progress page, as well as some other useful features
Ukuran File 3.59 KB
Jumlah Instalasi 107
Versi Saat Ini 2.0.0
Terakhir Diperbarui 2023-12-17
Tanggal Publikasi 2023-12-17
Penilaian 5.00/5 Total 2 Penilaian
Pengembang BD
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "$schema": "https:\/\/json.schemastore.org\/chrome-manifest",
    "manifest_version": 3,
    "name": "Catholic Central GPA Calculator",
    "version": "2.0.0",
    "description": "Automatically loads your GPA on MyCC's progress page, as well as some other useful features",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.myschoolapp.com\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/built\/*"
            ],
            "matches": [
                "https:\/\/*.myschoolapp.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.myschoolapp.com\/*"
    ],
    "permissions": [
        "storage"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.myschoolapp.com\/*"
        ]
    }
}