Staples Final Grade/GPA Calculator

Calculates the GPA and grades for Staples High School students

Wat is Staples Final Grade/GPA Calculator?

Staples Final Grade/GPA Calculator is een Chrome-extensie ontwikkeld door bradley.stakoff, en de belangrijkste functie is "Calculates the GPA and grades for Staples High School students".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Staples Final Grade/GPA Calculator

Download Staples Final Grade/GPA Calculator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension will allow you to see your final grades and GPA on powerschool. To use, simply add the extension, and when you navigate to powerschool you will see your final grades in the F1 column.                    

Basisinformatie over de Extensie

Naam Staples Final Grade/GPA Calculator Staples Final Grade/GPA Calculator
ID hoodkcgbnjehjbahcldbmefgdppfdeoh
Officiële URL https://chromewebstore.google.com/detail/staples-final-gradegpa-ca/hoodkcgbnjehjbahcldbmefgdppfdeoh
Beschrijving Calculates the GPA and grades for Staples High School students
Bestandsgrootte 52.87 KB
Aantal Installaties 234
Huidige Versie 3.0
Laatst Bijgewerkt 2018-06-10
Publicatiedatum 2018-06-10
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar bradley.stakoff
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Staples Final Grade\/GPA Calculator",
    "short_name": "StaplesFinalGrades",
    "version": "3.0",
    "description": "Calculates the GPA and grades for Staples High School students",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/powerschool.westportps.org\/guardian\/home.html*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "program.js"
            ]
        }
    ],
    "icons": {
        "128": "shsicon.png"
    },
    "manifest_version": 2
}