CIS Grade Totaler

Add grade totals and percent to CIS

CIS Grade Totaler란 무엇입니까?

CIS Grade Totaler은(는) Brendan Degryse에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add grade totals and percent to CIS"입니다.

확장 프로그램 스크린샷

screenshot

CIS Grade Totaler 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Add grade totals and percent for classes to the Cadet Information System.
Repository available at https://github.com/brendandegryse-92/CISGradeTotaler.                    

확장 프로그램 기본 정보

이름 CIS Grade Totaler CIS Grade Totaler
ID boncflkgmalgnfnijinolilgoimfjlgj
공식 URL https://chromewebstore.google.com/detail/cis-grade-totaler/boncflkgmalgnfnijinolilgoimfjlgj
설명 Add grade totals and percent to CIS
파일 크기 9.66 KB
설치 횟수 1,532
현재 버전 1.4
최근 업데이트 2023-05-03
출시 날짜 2023-03-28
평점 5.00/5 총 6 개의 평점
개발자 Brendan Degryse
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CIS Grade Totaler",
    "version": "1.4",
    "description": "Add grade totals and percent to CIS",
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/cis.westpoint.edu\/cis\/Academic\/CourseGradeBook.cfm?*"
            ]
        },
        {
            "js": [
                "scripts\/gpa.js"
            ],
            "matches": [
                "https:\/\/cis.westpoint.edu\/cis\/Academic\/main_academic.cfm"
            ]
        }
    ]
}