Ivey Learn Plus
Extended functions for Ivey Learn
Qu'est-ce que Ivey Learn Plus ?
Ivey Learn Plus est une extension Chrome développée par ameena.zehra, et sa fonction principale est "Extended functions for Ivey Learn".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Ivey Learn Plus
Téléchargez les fichiers d'extension Ivey Learn Plus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | bkohknakegeeefnfgdchfffbcidpmenj |
URL Officiel | https://chromewebstore.google.com/detail/ivey-learn-plus/bkohknakegeeefnfgdchfffbcidpmenj |
Description | Extended functions for Ivey Learn |
Taille du Fichier | 8.79 MB |
Nombre d'Installations | 302 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2023-01-27 |
Date de Publication | 2023-01-27 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | ameena.zehra |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } ] } |