Super StudentVUE
Allows you to calculate grades with hypothetical grade changes.
Cos'è Super StudentVUE?
Super StudentVUE è un'estensione di Chrome sviluppata da ubercorb, e la sua funzione principale è "Allows you to calculate grades with hypothetical grade changes.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Super StudentVUE
Scarica i file di estensione Super StudentVUE 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
                        With GradeView being taken down, students need an accessible solution to add/change assignments to calculate their "what-if" grades.
Disclaimer: Although I try my best to make this program work most effectively, I am not responsible for the effects of any potential inaccuracies.                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | oadniffmkbpeokbdncbhbagbabadigfk | 
| URL Ufficiale | https://chromewebstore.google.com/detail/super-studentvue/oadniffmkbpeokbdncbhbagbabadigfk | 
| Descrizione | Allows you to calculate grades with hypothetical grade changes. | 
| Dimensione del File | 11.66 KB | 
| Conteggio Installazioni | 263 | 
| Versione Corrente | 0.0.0.2 | 
| Ultimo Aggiornamento | 2023-01-19 | 
| Data di Pubblicazione | 2023-01-10 | 
| Valutazione | 3.67/5 Totale 3 Valutazioni | 
| Sviluppatore | ubercorb | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Lingue Supportate | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Super StudentVUE",
    "description": "Allows you to calculate grades with hypothetical grade changes.",
    "version": "0.0.0.2",
    "manifest_version": 3,
    "action": {
        "default_popup": "hello.html",
        "default_icon": "128x128_logo.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content_v2.js"
            ],
            "matches": [
                "https:\/\/md-mcps-psv.edupoint.com\/PXP2_Gradebook.aspx*"
            ]
        }
    ],
    "icons": {
        "16": "16x16_logo.png",
        "32": "32x32_logo.png",
        "48": "48x48_logo.png",
        "128": "128x128_logo.png"
    }
}  |  |