Montville Cumulative GPA Calculator

This extension calculates the Cumulative GPA of a student across his/her years at Montville Township High School

Was ist Montville Cumulative GPA Calculator?

Montville Cumulative GPA Calculator ist eine Chrome-Erweiterung, die von ShYaM entwickelt wurde, und ihr Hauptmerkmal ist "This extension calculates the Cumulative GPA of a student across his/her years at Montville Township High School".

Erweiterungsscreenshots

screenshot
screenshot

Montville Cumulative GPA Calculator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Montville Cumulative GPA Calculator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension calculates the Cumulative GPA of a student across his/her years at Montville Township High School.  All you have to do is go to the Grading History tab in the Grading section of the Montville Parent Access page, click on the extension, and click "Calculate!" 

You will see your cumulative GPA across your years at Montville Township High School above your name. Additionally, your final GPA for each year will appear right underneath all your classes for each year in a highlighted format (see screenshot above).                    

Grundlegende Informationen zur Erweiterung

Name Montville Cumulative GPA Calculator Montville Cumulative GPA Calculator
ID dkllbohbhablifdemnodeaagkpkgklff
Offizielle URL https://chromewebstore.google.com/detail/montville-cumulative-gpa/dkllbohbhablifdemnodeaagkpkgklff
Beschreibung This extension calculates the Cumulative GPA of a student across his/her years at Montville Township High School
Dateigröße 58.87 KB
Installationsanzahl 53
Aktuelle Version 1.22
Letztes Update 2019-08-30
Veröffentlichungsdatum 2019-08-30
Bewertung 4.50/5 Insgesamt 2 Bewertungen
Entwickler ShYaM
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Montville Cumulative GPA Calculator",
    "description": "This extension calculates the Cumulative GPA of a student across his\/her years at Montville Township High School",
    "version": "1.22",
    "author": "Shyam Mehta",
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/parents.montville.net\/genesis\/*",
                "https:\/\/parents.genesisedu.com\/*"
            ],
            "js": [
                ".\/src\/jquery.min.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": ".\/images\/icon.png",
        "default_title": "Montville Cumulative GPA",
        "default_popup": "popup.html"
    }
}