Ivey Learn Plus
Extended functions for Ivey Learn
Co to jest Ivey Learn Plus?
Ivey Learn Plus to rozszerzenie Chrome opracowane przez ameena.zehra, a jego główną funkcją jest „Extended functions for Ivey Learn”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Ivey Learn Plus
Pobierz pliki rozszerzeń Ivey Learn Plus w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bkohknakegeeefnfgdchfffbcidpmenj |
Oficjalny URL | https://chromewebstore.google.com/detail/ivey-learn-plus/bkohknakegeeefnfgdchfffbcidpmenj |
Opis | Extended functions for Ivey Learn |
Rozmiar pliku | 8.79 MB |
Liczba instalacji | 302 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2023-01-27 |
Data Publikacji | 2023-01-27 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | ameena.zehra |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } ] } |