GPA
this is the extension used to calculate the GPA score for the top points of the university fpt
GPAคืออะไร?
GPA เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gianghoang.9955 และคุณลักษณะหลักของมันคือ "this is the extension used to calculate the GPA score for the top points of the university fpt"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GPA
ดาวน์โหลดไฟล์ส่วนขยาย GPA ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
this is the extension used to calculate the GPA score for the top points of the university fpt
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GPA |
ID | lophbplfkejkpndhjfmfhjmlmehfmbng |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gpa/lophbplfkejkpndhjfmfhjmlmehfmbng |
คำอธิบาย | this is the extension used to calculate the GPA score for the top points of the university fpt |
ขนาดไฟล์ | 3.36 KB |
จำนวนการติดตั้ง | 34 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2021-08-19 |
วันที่เผยแพร่ | 2021-08-19 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | gianghoang.9955 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GPA", "version": "1.0", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/fap.fpt.edu.vn\/Grade\/StudentTranscript.aspx" ], "js": [ "script.js" ] } ] } |