Catholic Central GPA Calculator

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

ما هو Catholic Central GPA Calculator؟

Catholic Central GPA Calculator هو إضافة Chrome تم تطويرها بواسطة BD، والميزة الرئيسية لها هي "Automatically loads your GPA on MyCC's progress page, as well as some other useful features".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Catholic Central GPA Calculator

قم بتنزيل ملفات الامتداد Catholic Central GPA Calculator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        • 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)                    

معلومات أساسية عن التمديد

الاسم Catholic Central GPA Calculator Catholic Central GPA Calculator
ID akbakffdecfdahaciiiniiaopllhmppj
عنوان URL الرسمي https://chromewebstore.google.com/detail/catholic-central-gpa-calc/akbakffdecfdahaciiiniiaopllhmppj
الوصف Automatically loads your GPA on MyCC's progress page, as well as some other useful features
حجم الملف 3.59 KB
عدد التثبيتات 107
النسخة الحالية 2.0.0
آخر تحديث 2023-12-17
تاريخ النشر 2023-12-17
تقييم 5.00/5 مجموع تقييمات 2
المطور BD
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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\/*"
        ]
    }
}