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…
Vad är Managebac Grade Calculator?
Managebac Grade Calculator är en Chrome-tillägg utvecklad av managebacgradecalculator, och dess huvudfunktion är "Managebac Grade Calculator is a tool for mainly students, but it is very useful for everybody using managebac. It can help people…".
Tilläggsskärmbilder
Ladda ner Managebac Grade Calculator-förlängningens CRX-fil
Ladda ner Managebac Grade Calculator-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
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äggande Information om Tillägg
Namn | Managebac Grade Calculator |
ID | fhbfhmmifmgcmnhdgjbgmkbaieembhha |
Officiell webbadress | https://chromewebstore.google.com/detail/managebac-grade-calculato/fhbfhmmifmgcmnhdgjbgmkbaieembhha |
Beskrivning | Managebac Grade Calculator is a tool for mainly students, but it is very useful for everybody using managebac. It can help people… |
Filstorlek | 155 KB |
Antal Installationer | 494 |
Aktuell Version | 1.3 |
Senast Uppdaterad | 2022-06-04 |
Publiceringsdatum | 2022-01-15 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | managebacgradecalculator |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |