Super StudentVUE

Allows you to calculate grades with hypothetical grade changes.

Qu'est-ce que Super StudentVUE ?

Super StudentVUE est une extension Chrome développée par ubercorb, et sa fonction principale est "Allows you to calculate grades with hypothetical grade changes.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Super StudentVUE

Téléchargez les fichiers d'extension Super StudentVUE au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Super StudentVUE Super StudentVUE
ID oadniffmkbpeokbdncbhbagbabadigfk
URL Officiel https://chromewebstore.google.com/detail/super-studentvue/oadniffmkbpeokbdncbhbagbabadigfk
Description Allows you to calculate grades with hypothetical grade changes.
Taille du Fichier 11.66 KB
Nombre d'Installations 263
Version Actuelle 0.0.0.2
Dernière Mise à Jour 2023-01-19
Date de Publication 2023-01-10
Évaluation 3.67/5 Total 3 Évaluations
Développeur ubercorb
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}