BCA GPA 4.0

BCA GPA 4.0

BCA GPA 4.0คืออะไร?

BCA GPA 4.0 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bcaGhost และคุณลักษณะหลักของมันคือ "BCA GPA 4.0"

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

ดาวน์โหลดไฟล์ส่วนขยาย BCA GPA 4.0 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Allows you to see your GPA if you attend BCA. Now with the new and improved version you can change your grades to see how it will affect your GPA. Now you'll know exactly what grades you need to get the GPA you want. Made by David, Arjun, Tyler, and Ansh.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ BCA GPA 4.0 BCA GPA 4.0
ID eodgkjfnihokcdlcmlikaomihnllgjil
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bca-gpa-40/eodgkjfnihokcdlcmlikaomihnllgjil
คำอธิบาย BCA GPA 4.0
ขนาดไฟล์ 6.6 KB
จำนวนการติดตั้ง 140
เวอร์ชันปัจจุบัน 4.0
อัปเดตครั้งล่าสุด 2018-05-05
วันที่เผยแพร่ 2018-05-05
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา bcaGhost
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BCA GPA 4.0",
    "description": "BCA GPA 4.0",
    "version": "4.0",
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/ps01.bergen.org\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}