Ivey Learn Plus
Extended functions for Ivey Learn
Co je Ivey Learn Plus?
Ivey Learn Plus je rozšíření Chrome vyvinuté ameena.zehra, a jeho hlavní funkcí je „Extended functions for Ivey Learn“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Ivey Learn Plus
Stáhněte si soubory rozšíření Ivey Learn Plus ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
A chrome extension for all your Ivey Room Booking needs! This simplifies the Ivey room bookings on one user friendly interface complete with your own personal bookings, a calendar widget to click through room availability in the next 7 days as well as a window icon indicating which rooms have windows.
Základní Informace o Rozšíření
Název | |
ID | bkohknakegeeefnfgdchfffbcidpmenj |
Oficiální URL | https://chromewebstore.google.com/detail/ivey-learn-plus/bkohknakegeeefnfgdchfffbcidpmenj |
Popis | Extended functions for Ivey Learn |
Velikost souboru | 8.79 MB |
Počet instalací | 302 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2023-01-27 |
Datum Vydání | 2023-01-27 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | ameena.zehra |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Ivey Learn Plus", "description": "Extended functions for Ivey Learn", "version": "1.0", "action": { "default_popup": "popup\/popup.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "tabs", "scripting", "webNavigation", "storage" ], "host_permissions": [ "https:\/\/learn.ivey.ca\/*", "https:\/\/apps2.ivey.ca\/" ], "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/ivey.instructure.com\/*" ], "match_origin_as_fallback": true, "all_frames": true } ] } |