BCA GPA

Calculates and shows GPA for PowerSchool BCA

What is BCA GPA?

BCA GPA is a Chrome extension developed by Krish Arora, and its main feature is "Calculates and shows GPA for PowerSchool BCA".

Extension Screenshots

screenshot

Download BCA GPA Extension CRX File

Download BCA GPA 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 was made for Bergen County Academies students to check their GPA on PowerSchool. This is the latest version of the extension, use this instead of BCA GPA 2019, as that does not work anymore.                    

Extension Basic Information

Name BCA GPA BCA GPA
ID ofhfmclagjfikdfhjnogmcokilbikmpf
Official URL https://chromewebstore.google.com/detail/bca-gpa/ofhfmclagjfikdfhjnogmcokilbikmpf
Description Calculates and shows GPA for PowerSchool BCA
File Size 9.97 KB
Installation Count 727
Current Version 1.0.3
Last Updated 2023-11-10
Publish Date 2023-05-27
Rating 5.00/5 Total 1 Ratings
Developer Krish Arora
Email [email protected]
Payment Type free
Extension Website https://github.com/kna27/bca-gpa-2023/
Help Page URL https://github.com/kna27/bca-gpa-2023/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BCA GPA",
    "version": "1.0.3",
    "description": "Calculates and shows GPA for PowerSchool BCA",
    "icons": {
        "64": "64.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/bcts.powerschool.com\/guardian\/home.html*",
                "https:\/\/bcts.powerschool.com\/guardian\/home.html\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}