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…

Co to jest Managebac Grade Calculator?

Managebac Grade Calculator to rozszerzenie Chrome opracowane przez managebacgradecalculator, a jego główną funkcją jest „Managebac Grade Calculator is a tool for mainly students, but it is very useful for everybody using managebac. It can help people…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Managebac Grade Calculator

Pobierz pliki rozszerzeń Managebac Grade Calculator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Managebac Grade Calculator Managebac Grade Calculator
ID fhbfhmmifmgcmnhdgjbgmkbaieembhha
Oficjalny URL https://chromewebstore.google.com/detail/managebac-grade-calculato/fhbfhmmifmgcmnhdgjbgmkbaieembhha
Opis Managebac Grade Calculator is a tool for mainly students, but it is very useful for everybody using managebac. It can help people…
Rozmiar pliku 155 KB
Liczba instalacji 494
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2022-06-04
Data Publikacji 2022-01-15
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper managebacgradecalculator
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}