Ivey Learn Plus
Extended functions for Ivey Learn
Wat is Ivey Learn Plus?
Ivey Learn Plus is een Chrome-extensie ontwikkeld door ameena.zehra, en de belangrijkste functie is "Extended functions for Ivey Learn".
Extensie Screenshots
Download het CRX-bestand van de extensie Ivey Learn Plus
Download Ivey Learn Plus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | bkohknakegeeefnfgdchfffbcidpmenj |
Officiële URL | https://chromewebstore.google.com/detail/ivey-learn-plus/bkohknakegeeefnfgdchfffbcidpmenj |
Beschrijving | Extended functions for Ivey Learn |
Bestandsgrootte | 8.79 MB |
Aantal Installaties | 302 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2023-01-27 |
Publicatiedatum | 2023-01-27 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | ameena.zehra |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } ] } |