BCA GPA

Calculates and shows GPA for PowerSchool BCA

BCA GPAคืออะไร?

BCA GPA เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Krish Arora และคุณลักษณะหลักของมันคือ "Calculates and shows GPA for PowerSchool BCA"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BCA GPA

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
            ]
        }
    ]
}