FPT GPA

GPA Of FPT University.

FPT GPAคืออะไร?

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

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

screenshot

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

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

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

                        An extension for FPT University by RubyBar
Date: 27/12/2022
----------------------------------------------------------------------
This software supports students to calculate the average score of each student's semester. Additionally, it can calculate the average GPA for students to know the type of diploma that owns the present.
-----------------------------------------------------------------------
Version history:
v1.1.2: Add list undefect
v1.1.3: Update new format FAP
v1.1.4: Update new format FAP
v1.1.5: Update new format FAP                    

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

ชื่อ FPT GPA FPT GPA
ID lofjaafhahidapnnbiicofclaedimkda
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fpt-gpa/lofjaafhahidapnnbiicofclaedimkda
คำอธิบาย GPA Of FPT University.
ขนาดไฟล์ 39.13 KB
จำนวนการติดตั้ง 3,510
เวอร์ชันปัจจุบัน 1.1.5
อัปเดตครั้งล่าสุด 2022-12-27
วันที่เผยแพร่ 2021-08-23
คะแนน 5.00/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา truongtv1399it
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://fap.fpt.edu.vn/Student.aspx
URL หน้าช่วยเหลือ https://fap.fpt.edu.vn/Student.aspx
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FPT GPA",
    "description": "GPA Of FPT University.",
    "version": "1.1.5",
    "manifest_version": 3,
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/fap.fpt.edu.vn\/Grade\/StudentTranscript.aspx",
                "http:\/\/fap.fpt.edu.vn\/Grade\/StudentTranscript.aspx"
            ],
            "css": [
                "css\/myStyles.css"
            ],
            "js": [
                "js\/myJS.js"
            ]
        }
    ]
}