Montville Cumulative GPA Calculator

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

Qu'est-ce que Montville Cumulative GPA Calculator ?

Montville Cumulative GPA Calculator est une extension Chrome développée par ShYaM, et sa fonction principale est "This extension calculates the Cumulative GPA of a student across his/her years at Montville Township High School".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Montville Cumulative GPA Calculator

Téléchargez les fichiers d'extension Montville Cumulative GPA Calculator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Montville Cumulative GPA Calculator Montville Cumulative GPA Calculator
ID dkllbohbhablifdemnodeaagkpkgklff
URL Officiel https://chromewebstore.google.com/detail/montville-cumulative-gpa/dkllbohbhablifdemnodeaagkpkgklff
Description This extension calculates the Cumulative GPA of a student across his/her years at Montville Township High School
Taille du Fichier 58.87 KB
Nombre d'Installations 53
Version Actuelle 1.22
Dernière Mise à Jour 2019-08-30
Date de Publication 2019-08-30
Évaluation 4.50/5 Total 2 Évaluations
Développeur ShYaM
Type de Paiement free
Langues Prises en Charge 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"
    }
}