ISB PowerSchool Enhancer

Enhances PowerSchool Functionality

What is ISB PowerSchool Enhancer?

ISB PowerSchool Enhancer is a Chrome extension developed by Judge Madan, and its main feature is "Enhances PowerSchool Functionality".

Extension Screenshots

screenshot

Download ISB PowerSchool Enhancer Extension CRX File

Download ISB PowerSchool Enhancer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Features:
• Brings GPA Back to PowerSchool [Works on IB/AP Weighted Classes]
• Enhances Look
• Adds Enhanced Fast Loading Schedule to Home Page                    

Extension Basic Information

Name ISB PowerSchool Enhancer ISB PowerSchool Enhancer
ID fjhngjicagecajjoabcibpjnmlckfjen
Official URL https://chromewebstore.google.com/detail/isb-powerschool-enhancer/fjhngjicagecajjoabcibpjnmlckfjen
Description Enhances PowerSchool Functionality
File Size 64.72 KB
Installation Count 50
Current Version 1.5.0
Last Updated 2018-03-19
Publish Date 2018-03-18
Rating 5.00/5 Total 4 Ratings
Developer Judge Madan
Payment Type free
Extension Website http://github.com/internationalschoolbangkok
Help Page URL http://github.com/internationalschoolbangkok
Supported Languages 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"
    ]
}