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…".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Managebac Grade Calculator

قم بتنزيل ملفات الامتداد Managebac Grade Calculator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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"
    }
}