ISB PowerSchool Enhancer
Enhances PowerSchool Functionality
ISB PowerSchool Enhancerคืออะไร?
ISB PowerSchool Enhancer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Judge Madan และคุณลักษณะหลักของมันคือ "Enhances PowerSchool Functionality"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ISB PowerSchool Enhancer
ดาวน์โหลดไฟล์ส่วนขยาย ISB PowerSchool Enhancer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Features: • Brings GPA Back to PowerSchool [Works on IB/AP Weighted Classes] • Enhances Look • Adds Enhanced Fast Loading Schedule to Home Page
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ISB PowerSchool Enhancer |
ID | fjhngjicagecajjoabcibpjnmlckfjen |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/isb-powerschool-enhancer/fjhngjicagecajjoabcibpjnmlckfjen |
คำอธิบาย | Enhances PowerSchool Functionality |
ขนาดไฟล์ | 64.72 KB |
จำนวนการติดตั้ง | 50 |
เวอร์ชันปัจจุบัน | 1.5.0 |
อัปเดตครั้งล่าสุด | 2018-03-19 |
วันที่เผยแพร่ | 2018-03-18 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Judge Madan |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://github.com/internationalschoolbangkok |
URL หน้าช่วยเหลือ | http://github.com/internationalschoolbangkok |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "icon.png", "default_popup": "src\/popup.html" }, "content_scripts": [ { "js": [ "src\/jquery.min.js", "src\/gpa.js", "src\/schedule\/schedule.js", "src\/ban.js" ], "matches": [ "http:\/\/powerschool.isb.ac.th\/guardian\/*", "https:\/\/powerschool.isb.ac.th\/guardian\/*" ], "run_at": "document_end" } ], "description": "Enhances PowerSchool Functionality", "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "manifest_version": 2, "name": "ISB PowerSchool Enhancer", "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "short_name": "ISBPWRSKLENH", "version": "1.5.0", "web_accessible_resources": [ "src\/schedule\/schedule.css" ] } |