BCA GPA

Calculates and shows GPA for PowerSchool BCA

Qu'est-ce que BCA GPA ?

BCA GPA est une extension Chrome développée par Krish Arora, et sa fonction principale est "Calculates and shows GPA for PowerSchool BCA".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension BCA GPA

Téléchargez les fichiers d'extension BCA GPA au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom BCA GPA BCA GPA
ID ofhfmclagjfikdfhjnogmcokilbikmpf
URL Officiel https://chromewebstore.google.com/detail/bca-gpa/ofhfmclagjfikdfhjnogmcokilbikmpf
Description Calculates and shows GPA for PowerSchool BCA
Taille du Fichier 9.97 KB
Nombre d'Installations 727
Version Actuelle 1.0.3
Dernière Mise à Jour 2023-11-10
Date de Publication 2023-05-27
Évaluation 5.00/5 Total 1 Évaluations
Développeur Krish Arora
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/kna27/bca-gpa-2023/
URL de la Page d'Aide https://github.com/kna27/bca-gpa-2023/
Langues Prises en Charge 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"
            ]
        }
    ]
}