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…
Qu'est-ce que Managebac Grade Calculator ?
Managebac Grade Calculator est une extension Chrome développée par managebacgradecalculator, et sa fonction principale est "Managebac Grade Calculator is a tool for mainly students, but it is very useful for everybody using managebac. It can help people…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Managebac Grade Calculator
Téléchargez les fichiers d'extension Managebac Grade Calculator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Managebac Grade Calculator |
ID | fhbfhmmifmgcmnhdgjbgmkbaieembhha |
URL Officiel | https://chromewebstore.google.com/detail/managebac-grade-calculato/fhbfhmmifmgcmnhdgjbgmkbaieembhha |
Description | Managebac Grade Calculator is a tool for mainly students, but it is very useful for everybody using managebac. It can help people… |
Taille du Fichier | 155 KB |
Nombre d'Installations | 494 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2022-06-04 |
Date de Publication | 2022-01-15 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | managebacgradecalculator |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |