Staples Final Grade/GPA Calculator

Calculates the GPA and grades for Staples High School students

Was ist Staples Final Grade/GPA Calculator?

Staples Final Grade/GPA Calculator ist eine Chrome-Erweiterung, die von bradley.stakoff entwickelt wurde, und ihr Hauptmerkmal ist "Calculates the GPA and grades for Staples High School students".

Erweiterungsscreenshots

screenshot

Staples Final Grade/GPA Calculator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Staples Final Grade/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 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.                    

Grundlegende Informationen zur Erweiterung

Name Staples Final Grade/GPA Calculator Staples Final Grade/GPA Calculator
ID hoodkcgbnjehjbahcldbmefgdppfdeoh
Offizielle URL https://chromewebstore.google.com/detail/staples-final-gradegpa-ca/hoodkcgbnjehjbahcldbmefgdppfdeoh
Beschreibung Calculates the GPA and grades for Staples High School students
Dateigröße 52.87 KB
Installationsanzahl 234
Aktuelle Version 3.0
Letztes Update 2018-06-10
Veröffentlichungsdatum 2018-06-10
Bewertung 4.00/5 Insgesamt 4 Bewertungen
Entwickler bradley.stakoff
Zahlungsart free
Unterstützte Sprachen 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
}