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…
Что такое Managebac Grade Calculator?
Managebac Grade Calculator - это расширение Chrome, разработанное managebacgradecalculator, и его основная функция - "Managebac Grade Calculator is a tool for mainly students, but it is very useful for everybody using managebac. It can help people…".
Снимки экрана расширения
Скачать файл CRX расширения Managebac Grade Calculator
Скачайте файлы расширений Managebac Grade Calculator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Managebac Grade Calculator |
ID | fhbfhmmifmgcmnhdgjbgmkbaieembhha |
Официальный URL | https://chromewebstore.google.com/detail/managebac-grade-calculato/fhbfhmmifmgcmnhdgjbgmkbaieembhha |
Описание | Managebac Grade Calculator is a tool for mainly students, but it is very useful for everybody using managebac. It can help people… |
Размер файла | 155 KB |
Количество установок | 494 |
Текущая Версия | 1.3 |
Последнее Обновление | 2022-06-04 |
Дата публикации | 2022-01-15 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | managebacgradecalculator |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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" } } |