Ivey Learn Plus
Extended functions for Ivey Learn
ما هو Ivey Learn Plus؟
Ivey Learn Plus هو إضافة Chrome تم تطويرها بواسطة ameena.zehra، والميزة الرئيسية لها هي "Extended functions for Ivey Learn".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Ivey Learn Plus
قم بتنزيل ملفات الامتداد Ivey Learn Plus بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
ID | bkohknakegeeefnfgdchfffbcidpmenj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/ivey-learn-plus/bkohknakegeeefnfgdchfffbcidpmenj |
الوصف | Extended functions for Ivey Learn |
حجم الملف | 8.79 MB |
عدد التثبيتات | 302 |
النسخة الحالية | 1.0 |
آخر تحديث | 2023-01-27 |
تاريخ النشر | 2023-01-27 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | ameena.zehra |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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 } ] } |