BCA GPA 2019

BCA GPA 2019

What is BCA GPA 2019?

BCA GPA 2019 is a Chrome extension developed by bodnar.alec, and its main feature is "BCA GPA 2019".

Extension Screenshots

screenshot

Download BCA GPA 2019 Extension CRX File

Download BCA GPA 2019 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

                        Updated version of BCA GPA extension created by nimus0108

Update by Alec Bodnar and Arjun Nair

Original extension: https://chrome.google.com/webstore/detail/bca-gpa/kghamhhmjmebnijfiadominicmmpiole

Lightweight chrome extension that inserts a student's GPA directly into PowerSchool.                    

Extension Basic Information

Name BCA GPA 2019 BCA GPA 2019
ID mfbjdojepinmmdchcjgimnolkoocnnlc
Official URL https://chrome.google.com/webstore/detail/bca-gpa-2019/mfbjdojepinmmdchcjgimnolkoocnnlc
Description BCA GPA 2019
File Size 10.95 KB
Installation Count 797
Current Version 1.2.1
Last Updated 2019-12-11
Publish Date 2019-12-11
Rating 5.00/5 Total 3 Ratings
Developer bodnar.alec
Email [email protected]
Payment Type free
Privacy Policy Page URL http://bcts.bergen.org
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BCA GPA 2019",
    "short_name": "BCAGPA",
    "description": "BCA GPA 2019",
    "version": "1.2.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/ps01.bergen.org\/guardian\/home.html",
                "https:\/\/ps001.bergen.org\/guardian\/home.html"
            ],
            "js": [
                "gpa.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}