Super StudentVUE

Allows you to calculate grades with hypothetical grade changes.

Apa itu Super StudentVUE?

Super StudentVUE adalah ekstensi Chrome yang dikembangkan oleh ubercorb, dan fitur utamanya adalah "Allows you to calculate grades with hypothetical grade changes.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Super StudentVUE

Unduh file ekstensi Super StudentVUE dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Super StudentVUE Super StudentVUE
ID oadniffmkbpeokbdncbhbagbabadigfk
URL Resmi https://chromewebstore.google.com/detail/super-studentvue/oadniffmkbpeokbdncbhbagbabadigfk
Deskripsi Allows you to calculate grades with hypothetical grade changes.
Ukuran File 11.66 KB
Jumlah Instalasi 263
Versi Saat Ini 0.0.0.2
Terakhir Diperbarui 2023-01-19
Tanggal Publikasi 2023-01-10
Penilaian 3.67/5 Total 3 Penilaian
Pengembang ubercorb
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}