Ivey Learn Plus

Extended functions for Ivey Learn

Vad är Ivey Learn Plus?

Ivey Learn Plus är en Chrome-tillägg utvecklad av ameena.zehra, och dess huvudfunktion är "Extended functions for Ivey Learn".

Tilläggsskärmbilder

screenshot

Ladda ner Ivey Learn Plus-förlängningens CRX-fil

Ladda ner Ivey Learn Plus-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Ivey Learn Plus Ivey Learn Plus
ID bkohknakegeeefnfgdchfffbcidpmenj
Officiell webbadress https://chromewebstore.google.com/detail/ivey-learn-plus/bkohknakegeeefnfgdchfffbcidpmenj
Beskrivning Extended functions for Ivey Learn
Filstorlek 8.79 MB
Antal Installationer 302
Aktuell Version 1.0
Senast Uppdaterad 2023-01-27
Publiceringsdatum 2023-01-27
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare ameena.zehra
E-post [email protected]
Betalningssätt free
Stödda Språk 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
        }
    ]
}