wCal @ UWO

Download an .ics file for your UWO schedule and import it into a calendar of your choice!

wCal @ UWO क्या है?

wCal @ UWO WFN Projects द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download an .ics file for your UWO schedule and import it into a calendar of your choice!"।

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

screenshot
screenshot

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

crx प्रारूप में wCal @ UWO एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        If you're a University of Western Ontario student, you can use this Chrome extension to import your class schedule from Draft My Schedule into an .ics file. This .ics file can then be imported into Google calendar, Apple calendar, Outlook, etc.                    

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

नाम wCal @ UWO wCal @ UWO
ID cjmoladhmfjoiipimgcdgngbkegoojih
आधिकारिक URL https://chromewebstore.google.com/detail/wcal-uwo/cjmoladhmfjoiipimgcdgngbkegoojih
विवरण Download an .ics file for your UWO schedule and import it into a calendar of your choice!
फ़ाइल का आकार 151 KB
स्थापना संख्या 39
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2021-09-27
प्रकाशन तिथि 2021-09-26
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर WFN Projects
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "wCal @ UWO",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Download an .ics file for your UWO schedule and import it into a calendar of your choice!",
    "homepage_url": "http:\/\/foundersnetwork.ca",
    "icons": {
        "16": "\/icons\/16x16.png",
        "32": "\/icons\/32x32.png",
        "48": "\/icons\/48x48.png",
        "128": "\/icons\/128x128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "\/icons\/32x32.png",
        "default_title": "wcal frontend",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "downloads"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/draftmyschedule.uwo.ca\/secure\/builder.cfm"
            ],
            "js": [
                "\/src\/browser_action\/content.js",
                "\/src\/browser_action\/jquery.js"
            ],
            "run_at": "document_end"
        }
    ]
}