Staples Final Grade/GPA Calculator

Calculates the GPA and grades for Staples High School students

What is Staples Final Grade/GPA Calculator?

Staples Final Grade/GPA Calculator is a Chrome extension developed by bradley.stakoff, and its main feature is "Calculates the GPA and grades for Staples High School students".

Extension Screenshots

screenshot

Download Staples Final Grade/GPA Calculator Extension CRX File

Download Staples Final Grade/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

                        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.                    

Extension Basic Information

Name Staples Final Grade/GPA Calculator Staples Final Grade/GPA Calculator
ID hoodkcgbnjehjbahcldbmefgdppfdeoh
Official URL https://chromewebstore.google.com/detail/staples-final-gradegpa-ca/hoodkcgbnjehjbahcldbmefgdppfdeoh
Description Calculates the GPA and grades for Staples High School students
File Size 52.87 KB
Installation Count 234
Current Version 3.0
Last Updated 2018-06-10
Publish Date 2018-06-10
Rating 4.00/5 Total 4 Ratings
Developer bradley.stakoff
Payment Type free
Supported Languages 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
}