BCA GPA

Calculates and shows GPA for PowerSchool BCA

Wat is BCA GPA?

BCA GPA is een Chrome-extensie ontwikkeld door Krish Arora, en de belangrijkste functie is "Calculates and shows GPA for PowerSchool BCA".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie BCA GPA

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

                        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.                    

Basisinformatie over de Extensie

Naam BCA GPA BCA GPA
ID ofhfmclagjfikdfhjnogmcokilbikmpf
Officiële URL https://chromewebstore.google.com/detail/bca-gpa/ofhfmclagjfikdfhjnogmcokilbikmpf
Beschrijving Calculates and shows GPA for PowerSchool BCA
Bestandsgrootte 9.97 KB
Aantal Installaties 727
Huidige Versie 1.0.3
Laatst Bijgewerkt 2023-11-10
Publicatiedatum 2023-05-27
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Krish Arora
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/kna27/bca-gpa-2023/
Help Pagina-URL https://github.com/kna27/bca-gpa-2023/
Ondersteunde Talen 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"
            ]
        }
    ]
}