Super StudentVUE

Allows you to calculate grades with hypothetical grade changes.

Vad är Super StudentVUE?

Super StudentVUE är en Chrome-tillägg utvecklad av ubercorb, och dess huvudfunktion är "Allows you to calculate grades with hypothetical grade changes.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Super StudentVUE-förlängningens CRX-fil

Ladda ner Super StudentVUE-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Super StudentVUE Super StudentVUE
ID oadniffmkbpeokbdncbhbagbabadigfk
Officiell webbadress https://chromewebstore.google.com/detail/super-studentvue/oadniffmkbpeokbdncbhbagbabadigfk
Beskrivning Allows you to calculate grades with hypothetical grade changes.
Filstorlek 11.66 KB
Antal Installationer 263
Aktuell Version 0.0.0.2
Senast Uppdaterad 2023-01-19
Publiceringsdatum 2023-01-10
Betyg 3.67/5 Totalt 3 Betyg
Utvecklare ubercorb
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}