Ivey Learn Plus

Extended functions for Ivey Learn

Ivey Learn Plus क्या है?

Ivey Learn Plus ameena.zehra द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extended functions for Ivey Learn"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Ivey Learn Plus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.                    

एक्सटेंशन की मूल जानकारी

नाम Ivey Learn Plus Ivey Learn Plus
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
        }
    ]
}