ISB PowerSchool Enhancer

Enhances PowerSchool Functionality

ISB PowerSchool Enhancer란 무엇입니까?

ISB PowerSchool Enhancer은(는) Judge Madan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhances PowerSchool Functionality"입니다.

확장 프로그램 스크린샷

screenshot

ISB PowerSchool Enhancer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    ]
}