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은(는) bradley.stakoff에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Calculates the GPA and grades for Staples High School students"입니다.

확장 프로그램 스크린샷

screenshot

Staples Final Grade/GPA Calculator 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

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