CIS Grade Totaler

Add grade totals and percent to CIS

Co to jest CIS Grade Totaler?

CIS Grade Totaler to rozszerzenie Chrome opracowane przez Brendan Degryse, a jego główną funkcją jest „Add grade totals and percent to CIS”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia CIS Grade Totaler

Pobierz pliki rozszerzeń CIS Grade Totaler w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa CIS Grade Totaler CIS Grade Totaler
ID boncflkgmalgnfnijinolilgoimfjlgj
Oficjalny URL https://chromewebstore.google.com/detail/cis-grade-totaler/boncflkgmalgnfnijinolilgoimfjlgj
Opis Add grade totals and percent to CIS
Rozmiar pliku 9.66 KB
Liczba instalacji 1,532
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2023-05-03
Data Publikacji 2023-03-28
Ocena 5.00/5 Łącznie 6 Oceny
Deweloper Brendan Degryse
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}