PowerGPA

This extension calculates your current GPA

Wat is PowerGPA?

PowerGPA is een Chrome-extensie ontwikkeld door Braeden Smith, en de belangrijkste functie is "This extension calculates your current GPA".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie PowerGPA

Download PowerGPA-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

                        ***1.0.5 note***: WPS decided to change "HNRS" to "HONORS and "A.P." to "AP". Then they changed it back. 
----

This extension takes current accessible grades and displays a calculated GPA from Powerschool. Just go to view your grades normally and your GPA will appear on the top.

This extension is in no way affiliated with Powerschool or any related products. Built for the Westport Public School District currently.

There may be issues with the GPA weighting, message me or email me if this occurs.                    

Basisinformatie over de Extensie

Naam PowerGPA PowerGPA
ID bdbhephmimagiadamkkipjedljddgncb
Officiële URL https://chromewebstore.google.com/detail/powergpa/bdbhephmimagiadamkkipjedljddgncb
Beschrijving This extension calculates your current GPA
Bestandsgrootte 481 KB
Aantal Installaties 620
Huidige Versie 1.0.5
Laatst Bijgewerkt 2018-12-18
Publicatiedatum 2018-12-17
Beoordeling 4.43/5 Totaal 7 Beoordelingen
Ontwikkelaar Braeden Smith
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PowerGPA",
    "description": "This extension calculates your current GPA",
    "version": "1.0.5",
    "browser_action": {
        "default_icon": "smallicon.png"
    },
    "icons": {
        "128": "smallicon.png",
        "48": "smallicon.png",
        "16": "smallicon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.2.1.min.js",
                "content.js"
            ],
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/*.westportps.org\/guardian\/home.html"
            ]
        }
    ],
    "web_accessible_resources": [
        "*.csv"
    ]
}