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…
Wat is Managebac Grade Calculator?
Managebac Grade Calculator is een Chrome-extensie ontwikkeld door managebacgradecalculator, en de belangrijkste functie is "Managebac Grade Calculator is a tool for mainly students, but it is very useful for everybody using managebac. It can help people…".
Extensie Screenshots
Download het CRX-bestand van de extensie Managebac Grade Calculator
Download Managebac Grade Calculator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Managebac Grade Calculator |
ID | fhbfhmmifmgcmnhdgjbgmkbaieembhha |
Officiële URL | https://chromewebstore.google.com/detail/managebac-grade-calculato/fhbfhmmifmgcmnhdgjbgmkbaieembhha |
Beschrijving | Managebac Grade Calculator is a tool for mainly students, but it is very useful for everybody using managebac. It can help people… |
Bestandsgrootte | 155 KB |
Aantal Installaties | 494 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2022-06-04 |
Publicatiedatum | 2022-01-15 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | managebacgradecalculator |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |