Ivey Learn Plus
Extended functions for Ivey Learn
Ivey Learn Plusとは何ですか?
Ivey Learn Plusはameena.zehraによって開発されたChromeの拡張機能で、その主な機能は「Extended functions for Ivey Learn」です。
拡張機能のスクリーンショット
Ivey Learn Plus拡張機能のCRXファイルをダウンロード
Ivey Learn Plus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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 } ] } |