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 je Managebac Grade Calculator?
Managebac Grade Calculator je rozšíření Chrome vyvinuté managebacgradecalculator, a jeho hlavní funkcí je „Managebac Grade Calculator is a tool for mainly students, but it is very useful for everybody using managebac. It can help people…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Managebac Grade Calculator
Stáhněte si soubory rozšíření Managebac Grade Calculator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Managebac Grade Calculator |
ID | fhbfhmmifmgcmnhdgjbgmkbaieembhha |
Oficiální URL | https://chromewebstore.google.com/detail/managebac-grade-calculato/fhbfhmmifmgcmnhdgjbgmkbaieembhha |
Popis | Managebac Grade Calculator is a tool for mainly students, but it is very useful for everybody using managebac. It can help people… |
Velikost souboru | 155 KB |
Počet instalací | 494 |
Aktuální Verze | 1.3 |
Poslední Aktualizace | 2022-06-04 |
Datum Vydání | 2022-01-15 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | managebacgradecalculator |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |