ISB PowerSchool Enhancer
Enhances PowerSchool Functionality
Cos'è ISB PowerSchool Enhancer?
ISB PowerSchool Enhancer è un'estensione di Chrome sviluppata da Judge Madan, e la sua funzione principale è "Enhances PowerSchool Functionality".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ISB PowerSchool Enhancer
Scarica i file di estensione ISB PowerSchool Enhancer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Features: • Brings GPA Back to PowerSchool [Works on IB/AP Weighted Classes] • Enhances Look • Adds Enhanced Fast Loading Schedule to Home Page
Informazioni di Base sull'Estensione
Nome | ISB PowerSchool Enhancer |
ID | fjhngjicagecajjoabcibpjnmlckfjen |
URL Ufficiale | https://chromewebstore.google.com/detail/isb-powerschool-enhancer/fjhngjicagecajjoabcibpjnmlckfjen |
Descrizione | Enhances PowerSchool Functionality |
Dimensione del File | 64.72 KB |
Conteggio Installazioni | 50 |
Versione Corrente | 1.5.0 |
Ultimo Aggiornamento | 2018-03-19 |
Data di Pubblicazione | 2018-03-18 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | Judge Madan |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://github.com/internationalschoolbangkok |
URL della Pagina di Aiuto | http://github.com/internationalschoolbangkok |
Lingue Supportate | 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" ] } |