ManageBac Pro

A ManageBac upgrade kit for a more pleasant experience

ManageBac Pro क्या है?

ManageBac Pro Jadua Studios द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A ManageBac upgrade kit for a more pleasant experience"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ManageBac Pro एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
            ]
        }
    ]
}