Montville Cumulative GPA Calculator

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

Vad är Montville Cumulative GPA Calculator?

Montville Cumulative GPA Calculator är en Chrome-tillägg utvecklad av ShYaM, och dess huvudfunktion är "This extension calculates the Cumulative GPA of a student across his/her years at Montville Township High School".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Montville Cumulative GPA Calculator-förlängningens CRX-fil

Ladda ner Montville Cumulative GPA Calculator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Montville Cumulative GPA Calculator Montville Cumulative GPA Calculator
ID dkllbohbhablifdemnodeaagkpkgklff
Officiell webbadress https://chromewebstore.google.com/detail/montville-cumulative-gpa/dkllbohbhablifdemnodeaagkpkgklff
Beskrivning This extension calculates the Cumulative GPA of a student across his/her years at Montville Township High School
Filstorlek 58.87 KB
Antal Installationer 53
Aktuell Version 1.22
Senast Uppdaterad 2019-08-30
Publiceringsdatum 2019-08-30
Betyg 4.50/5 Totalt 2 Betyg
Utvecklare ShYaM
Betalningssätt free
Stödda Språk 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"
    }
}