ManageBac Pro

A ManageBac upgrade kit for a more pleasant experience

ManageBac Proคืออะไร?

ManageBac Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jadua Studios และคุณลักษณะหลักของมันคือ "A ManageBac upgrade kit for a more pleasant experience"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ManageBac Pro

ดาวน์โหลดไฟล์ส่วนขยาย ManageBac Pro ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This addon is for students and teachers in the International Baccalaureate (MYP & DP) making use of ManageBac as their digital school system.

Please expect bugs and issues as this is a NEW addon.

Current Features:
- A plethora of new DARK and LIGHT themes to use
- Turn your ManageBac into a to-do list for MAXIMUM productivity
- Improve the experience of your ManageBac with animations & performance optimisations
- Enjoy a NEW 3D interactive ManageBac experience (work in progress)

What's to come:
- MORE performance optimisations
- New layouts
- Task integrations

Want to report a bug or request a feature? 
Feel free to contact me at [email protected]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ManageBac Pro ManageBac Pro
ID cnhbfllliopfhcnfeacdjohheapmjbbf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/managebac-pro/cnhbfllliopfhcnfeacdjohheapmjbbf
คำอธิบาย A ManageBac upgrade kit for a more pleasant experience
ขนาดไฟล์ 34.17 KB
จำนวนการติดตั้ง 211
เวอร์ชันปัจจุบัน 1.3.2
อัปเดตครั้งล่าสุด 2023-12-22
วันที่เผยแพร่ 2023-10-12
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Jadua Studios
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://jaduastudios.com
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ManageBac Pro",
    "version": "1.3.2",
    "description": "A ManageBac upgrade kit for a more pleasant experience",
    "action": {
        "default_popup": "menu.html",
        "default_title": "MBPro App"
    },
    "icons": {
        "16": "resources\/icon16.png",
        "32": "resources\/icon32.png",
        "48": "resources\/icon48.png",
        "128": "resources\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options.html"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js",
                "runner.js",
                "themebuilder.js"
            ],
            "matches": [
                "https:\/\/*.managebac.com\/student\/*",
                "https:\/\/*.managebac.com\/teacher\/*",
                "https:\/\/*.managebac.com\/login\/*"
            ]
        }
    ]
}