Ivey Learn Plus

Extended functions for Ivey Learn

Ivey Learn Plus là gì?

Ivey Learn Plus là một tiện ích mở rộng Chrome được phát triển bởi ameena.zehra, và tính năng chính của nó là "Extended functions for Ivey Learn".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ivey Learn Plus

Tải xuống các tệp mở rộng Ivey Learn Plus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ivey Learn Plus Ivey Learn Plus
ID bkohknakegeeefnfgdchfffbcidpmenj
URL Chính Thức https://chromewebstore.google.com/detail/ivey-learn-plus/bkohknakegeeefnfgdchfffbcidpmenj
Mô tả Extended functions for Ivey Learn
Kích Thước Tệp 8.79 MB
Số Lần Cài Đặt 302
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-01-27
Ngày Phát Hành 2023-01-27
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển ameena.zehra
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}