ManageBac Pro
A ManageBac upgrade kit for a more pleasant experience
Qu'est-ce que ManageBac Pro ?
ManageBac Pro est une extension Chrome développée par Jadua Studios, et sa fonction principale est "A ManageBac upgrade kit for a more pleasant experience".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ManageBac Pro
Téléchargez les fichiers d'extension ManageBac Pro au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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]
Informations de Base sur l'Extension
Nom | ManageBac Pro |
ID | cnhbfllliopfhcnfeacdjohheapmjbbf |
URL Officiel | https://chromewebstore.google.com/detail/managebac-pro/cnhbfllliopfhcnfeacdjohheapmjbbf |
Description | A ManageBac upgrade kit for a more pleasant experience |
Taille du Fichier | 34.17 KB |
Nombre d'Installations | 211 |
Version Actuelle | 1.3.2 |
Dernière Mise à Jour | 2023-12-22 |
Date de Publication | 2023-10-12 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Jadua Studios |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://jaduastudios.com |
Langues Prises en Charge | 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\/*" ] } ] } |