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…
What is Managebac Grade Calculator?
Managebac Grade Calculator is a Chrome extension developed by managebacgradecalculator, and its main feature is "Managebac Grade Calculator is a tool for mainly students, but it is very useful for everybody using managebac. It can help people…".
Extension Screenshots
Download Managebac Grade Calculator Extension CRX File
Download Managebac Grade Calculator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Managebac Grade Calculator |
ID | fhbfhmmifmgcmnhdgjbgmkbaieembhha |
Official URL | 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… |
File Size | 155 KB |
Installation Count | 494 |
Current Version | 1.3 |
Last Updated | 2022-06-04 |
Publish Date | 2022-01-15 |
Rating | 5.00/5 Total 1 Ratings |
Developer | managebacgradecalculator |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |