Staples Final Grade/GPA Calculator
Calculates the GPA and grades for Staples High School students
Staples Final Grade/GPA Calculatorคืออะไร?
Staples Final Grade/GPA Calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bradley.stakoff และคุณลักษณะหลักของมันคือ "Calculates the GPA and grades for Staples High School students"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Staples Final Grade/GPA Calculator
ดาวน์โหลดไฟล์ส่วนขยาย Staples Final Grade/GPA Calculator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension will allow you to see your final grades and GPA on powerschool. To use, simply add the extension, and when you navigate to powerschool you will see your final grades in the F1 column.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Staples Final Grade/GPA Calculator |
ID | hoodkcgbnjehjbahcldbmefgdppfdeoh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/staples-final-gradegpa-ca/hoodkcgbnjehjbahcldbmefgdppfdeoh |
คำอธิบาย | Calculates the GPA and grades for Staples High School students |
ขนาดไฟล์ | 52.87 KB |
จำนวนการติดตั้ง | 234 |
เวอร์ชันปัจจุบัน | 3.0 |
อัปเดตครั้งล่าสุด | 2018-06-10 |
วันที่เผยแพร่ | 2018-06-10 |
คะแนน | 4.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | bradley.stakoff |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Staples Final Grade\/GPA Calculator", "short_name": "StaplesFinalGrades", "version": "3.0", "description": "Calculates the GPA and grades for Staples High School students", "content_scripts": [ { "matches": [ "https:\/\/powerschool.westportps.org\/guardian\/home.html*" ], "js": [ "jquery-3.3.1.min.js", "program.js" ] } ], "icons": { "128": "shsicon.png" }, "manifest_version": 2 } |