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 BD द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically loads your GPA on MyCC's progress page, as well as some other useful features"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Catholic Central GPA Calculator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
        ]
    }
}