ManageBac Pro
A ManageBac upgrade kit for a more pleasant experience
ManageBac Pro란 무엇입니까?
ManageBac Pro은(는) Jadua Studios에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A ManageBac upgrade kit for a more pleasant experience"입니다.
확장 프로그램 스크린샷
ManageBac Pro 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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\/*" ] } ] } |