Skyward GPA Calculator

Calculate your GPA easily! Log into Skyward & navigate to your gradebook.

Wat is Skyward GPA Calculator?

Skyward GPA Calculator is een Chrome-extensie ontwikkeld door aravsharmadev, en de belangrijkste functie is "Calculate your GPA easily! Log into Skyward & navigate to your gradebook.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Skyward GPA Calculator

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

                        Calculate your grade point average with ease with our extension! Simply log into your Skyward account & navigate to your gradebook.

Added functionality for calculation for SM2 and YTD GPA (SM1/SM2) with Update 1.3

Please email any bugs/errors/comments to the developer email listed below. Potential issues will be fixed right away. Thank you!                    

Basisinformatie over de Extensie

Naam Skyward GPA Calculator Skyward GPA Calculator
ID dgmefhhahblekkhihnicmofehnnjcihm
Officiële URL https://chromewebstore.google.com/detail/skyward-gpa-calculator/dgmefhhahblekkhihnicmofehnnjcihm
Beschrijving Calculate your GPA easily! Log into Skyward & navigate to your gradebook.
Bestandsgrootte 35 KB
Aantal Installaties 47
Huidige Versie 1.3
Laatst Bijgewerkt 2024-01-27
Publicatiedatum 2023-10-09
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar aravsharmadev
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Skyward GPA Calculator",
    "version": "1.3",
    "description": "Calculate your GPA easily! Log into Skyward & navigate to your gradebook.",
    "icons": {
        "512": "icon.png",
        "32": "icon32.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/skyward.iscorp.com\/scripts\/wsisa.dll\/WService=wseduallenisdtx\/sfgradebook001.w"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}