BCA GPA

Calculates and shows GPA for PowerSchool BCA

BCA GPA란 무엇입니까?

BCA GPA은(는) Krish Arora에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Calculates and shows GPA for PowerSchool BCA"입니다.

확장 프로그램 스크린샷

screenshot

BCA GPA 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension was made for Bergen County Academies students to check their GPA on PowerSchool. This is the latest version of the extension, use this instead of BCA GPA 2019, as that does not work anymore.                    

확장 프로그램 기본 정보

이름 BCA GPA BCA GPA
ID ofhfmclagjfikdfhjnogmcokilbikmpf
공식 URL https://chromewebstore.google.com/detail/bca-gpa/ofhfmclagjfikdfhjnogmcokilbikmpf
설명 Calculates and shows GPA for PowerSchool BCA
파일 크기 9.97 KB
설치 횟수 727
현재 버전 1.0.3
최근 업데이트 2023-11-10
출시 날짜 2023-05-27
평점 5.00/5 총 1 개의 평점
개발자 Krish Arora
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/kna27/bca-gpa-2023/
도움말 페이지 URL https://github.com/kna27/bca-gpa-2023/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BCA GPA",
    "version": "1.0.3",
    "description": "Calculates and shows GPA for PowerSchool BCA",
    "icons": {
        "64": "64.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/bcts.powerschool.com\/guardian\/home.html*",
                "https:\/\/bcts.powerschool.com\/guardian\/home.html\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}