Montville Cumulative GPA Calculator

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

O que é Montville Cumulative GPA Calculator?

Montville Cumulative GPA Calculator é uma extensão do Chrome desenvolvida por ShYaM, e sua principal característica é "This extension calculates the Cumulative GPA of a student across his/her years at Montville Township High School".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Montville Cumulative GPA Calculator

Baixe arquivos de extensão Montville Cumulative GPA Calculator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Montville Cumulative GPA Calculator Montville Cumulative GPA Calculator
ID dkllbohbhablifdemnodeaagkpkgklff
URL Oficial https://chromewebstore.google.com/detail/montville-cumulative-gpa/dkllbohbhablifdemnodeaagkpkgklff
Descrição This extension calculates the Cumulative GPA of a student across his/her years at Montville Township High School
Tamanho do Arquivo 58.87 KB
Contagem de Instalações 53
Versão Atual 1.22
Última Atualização 2019-08-30
Data de Publicação 2019-08-30
Classificação 4.50/5 Total de 2 Avaliações
Desenvolvedor ShYaM
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}