Ivey Learn Plus
Extended functions for Ivey Learn
Cos'è Ivey Learn Plus?
Ivey Learn Plus è un'estensione di Chrome sviluppata da ameena.zehra, e la sua funzione principale è "Extended functions for Ivey Learn".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ivey Learn Plus
Scarica i file di estensione Ivey Learn Plus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | bkohknakegeeefnfgdchfffbcidpmenj |
URL Ufficiale | https://chromewebstore.google.com/detail/ivey-learn-plus/bkohknakegeeefnfgdchfffbcidpmenj |
Descrizione | Extended functions for Ivey Learn |
Dimensione del File | 8.79 MB |
Conteggio Installazioni | 302 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2023-01-27 |
Data di Pubblicazione | 2023-01-27 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | ameena.zehra |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } ] } |