Skyward GPA Calculator

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

What is Skyward GPA Calculator?

Skyward GPA Calculator is a Chrome extension developed by aravsharmadev, and its main feature is "Calculate your GPA easily! Log into Skyward & navigate to your gradebook.".

Extension Screenshots

screenshot

Download Skyward GPA Calculator Extension CRX File

Download Skyward GPA Calculator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Skyward GPA Calculator Skyward GPA Calculator
ID dgmefhhahblekkhihnicmofehnnjcihm
Official URL https://chromewebstore.google.com/detail/skyward-gpa-calculator/dgmefhhahblekkhihnicmofehnnjcihm
Description Calculate your GPA easily! Log into Skyward & navigate to your gradebook.
File Size 35 KB
Installation Count 47
Current Version 1.3
Last Updated 2024-01-27
Publish Date 2023-10-09
Rating 5.00/5 Total 6 Ratings
Developer aravsharmadev
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}