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…
Apa itu Managebac Grade Calculator?
Managebac Grade Calculator adalah ekstensi Chrome yang dikembangkan oleh managebacgradecalculator, dan fitur utamanya adalah "Managebac Grade Calculator is a tool for mainly students, but it is very useful for everybody using managebac. It can help people…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Managebac Grade Calculator
Unduh file ekstensi Managebac Grade Calculator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Managebac Grade Calculator |
ID | fhbfhmmifmgcmnhdgjbgmkbaieembhha |
URL Resmi | https://chromewebstore.google.com/detail/managebac-grade-calculato/fhbfhmmifmgcmnhdgjbgmkbaieembhha |
Deskripsi | Managebac Grade Calculator is a tool for mainly students, but it is very useful for everybody using managebac. It can help people… |
Ukuran File | 155 KB |
Jumlah Instalasi | 494 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2022-06-04 |
Tanggal Publikasi | 2022-01-15 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | managebacgradecalculator |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |