BCA GPA

Calculates and shows GPA for PowerSchool BCA

BCA GPAとは何ですか?

BCA GPAはKrish Aroraによって開発されたChromeの拡張機能で、その主な機能は「Calculates and shows GPA for PowerSchool BCA」です。

拡張機能のスクリーンショット

screenshot

BCA GPA拡張機能のCRXファイルをダウンロード

BCA GPA拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 BCA GPA BCA GPA
ID ofhfmclagjfikdfhjnogmcokilbikmpf
公式URL https://chromewebstore.google.com/detail/bca-gpa/ofhfmclagjfikdfhjnogmcokilbikmpf
説明 Calculates and shows GPA for PowerSchool BCA
ファイルサイズ 9.97 KB
インストール数 727
現在のバージョン 1.0.3
最終更新日 2023-11-10
公開日 2023-05-27
評価 5.00/5 合計 1 レビュー
開発者 Krish Arora
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/kna27/bca-gpa-2023/
ヘルプページのURL https://github.com/kna27/bca-gpa-2023/
対応言語 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"
            ]
        }
    ]
}