UBC GPA calculator
Chrome extension for UBC students allowing you to input course grades and credits to get a 4.0 scale GPA
UBC GPA calculatorคืออะไร?
UBC GPA calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sashank Shukla และคุณลักษณะหลักของมันคือ "Chrome extension for UBC students allowing you to input course grades and credits to get a 4.0 scale GPA"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UBC GPA calculator
ดาวน์โหลดไฟล์ส่วนขยาย UBC GPA calculator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This first version of this chrome extension allows UBC students to input their course grades on the 100 point scale input how many credits each course is get back a 4.0 scale GPA based on UBC calculation steps and criteria which is more commonly used for resumes, CV's , portfolios and LinkedIn. The tool takes away the pain of having to switch to tabs to see the conversion scale, open calculators and overall waste a lot of valuable time. Students can just input values whilst being on the grades summary page and receive a GPA.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | UBC GPA calculator |
ID | gdjfommoaljkaonldkjifkdhhkbccgcg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ubc-gpa-calculator/gdjfommoaljkaonldkjifkdhhkbccgcg |
คำอธิบาย | Chrome extension for UBC students allowing you to input course grades and credits to get a 4.0 scale GPA |
ขนาดไฟล์ | 43.83 KB |
จำนวนการติดตั้ง | 288 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2022-03-01 |
วันที่เผยแพร่ | 2022-02-25 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Sashank Shukla |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "UBC GPA calculator", "description": "Chrome extension for UBC students allowing you to input course grades and credits to get a 4.0 scale GPA", "version": "1.0.0", "icons": { "128": "icon_128.png" }, "action": { "default_icon": "icon.png", "default_popup": "index.html" } } |