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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}