Ivey Learn Plus

Extended functions for Ivey Learn

What is Ivey Learn Plus?

Ivey Learn Plus is a Chrome extension developed by ameena.zehra, and its main feature is "Extended functions for Ivey Learn".

Extension Screenshots

screenshot

Download Ivey Learn Plus Extension CRX File

Download Ivey Learn Plus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Ivey Learn Plus Ivey Learn Plus
ID bkohknakegeeefnfgdchfffbcidpmenj
Official URL https://chromewebstore.google.com/detail/ivey-learn-plus/bkohknakegeeefnfgdchfffbcidpmenj
Description Extended functions for Ivey Learn
File Size 8.79 MB
Installation Count 302
Current Version 1.0
Last Updated 2023-01-27
Publish Date 2023-01-27
Rating 5.00/5 Total 3 Ratings
Developer ameena.zehra
Email [email protected]
Payment Type free
Supported Languages 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
        }
    ]
}