Managebac Grade Calculator

Managebac Grade Calculator is a tool for mainly students, but it is very useful for everybody using managebac. It can help people…

Hvad er Managebac Grade Calculator?

Managebac Grade Calculator er en Chrome-udvidelse udviklet af managebacgradecalculator, og dens hovedfunktion er "Managebac Grade Calculator is a tool for mainly students, but it is very useful for everybody using managebac. It can help people…".

Udvidelsesskærmbilleder

screenshot

Download Managebac Grade Calculator-udvidelses-CRX-fil

Download Managebac Grade Calculator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Managebac Grade Calculator is a tool for mainly students, but it is very useful for everybody using managebac.
It can help people find their grade in any subject or class, calculate your percentage in certain assignments etc. It will be able to do much more in the future too! It is surely a tool that every student using managebac should have downloaded.                    

Grundlæggende oplysninger om udvidelsen

Navn Managebac Grade Calculator Managebac Grade Calculator
ID fhbfhmmifmgcmnhdgjbgmkbaieembhha
Officiel URL https://chromewebstore.google.com/detail/managebac-grade-calculato/fhbfhmmifmgcmnhdgjbgmkbaieembhha
Beskrivelse Managebac Grade Calculator is a tool for mainly students, but it is very useful for everybody using managebac. It can help people…
Filstørrelse 155 KB
Antal Installationer 494
Nuværende Version 1.3
Senest Opdateret 2022-06-04
Udgivelsesdato 2022-01-15
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler managebacgradecalculator
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Managebac Grade Calculator",
    "version": "1.3",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/opengate.managebac.com\/student\/*"
            ],
            "js": [
                "jquery.js",
                "content.js",
                "saveHandle.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "imgs\/pfp.jpg",
        "48": "imgs\/pfp.jpg",
        "128": "imgs\/pfp.jpg"
    },
    "browser_action": {
        "default_icon": "imgs\/pfp.jpg",
        "default_popup": "popup.html"
    }
}