CIS Grade Totaler

Add grade totals and percent to CIS

Cos'è CIS Grade Totaler?

CIS Grade Totaler è un'estensione di Chrome sviluppata da Brendan Degryse, e la sua funzione principale è "Add grade totals and percent to CIS".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione CIS Grade Totaler

Scarica i file di estensione CIS Grade Totaler in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome CIS Grade Totaler CIS Grade Totaler
ID boncflkgmalgnfnijinolilgoimfjlgj
URL Ufficiale https://chromewebstore.google.com/detail/cis-grade-totaler/boncflkgmalgnfnijinolilgoimfjlgj
Descrizione Add grade totals and percent to CIS
Dimensione del File 9.66 KB
Conteggio Installazioni 1,532
Versione Corrente 1.4
Ultimo Aggiornamento 2023-05-03
Data di Pubblicazione 2023-03-28
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore Brendan Degryse
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}