Ivey Learn Plus

Extended functions for Ivey Learn

什麼是Ivey Learn Plus?

Ivey Learn Plus是由ameena.zehra開發的Chrome擴展程式,該擴展的主要功能是“Extended functions for Ivey Learn”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 Ivey Learn Plus Ivey Learn Plus
ID bkohknakegeeefnfgdchfffbcidpmenj
官方網址 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
        }
    ]
}