MyUW Calendar Scraper

Import your schedule to Google Calendar!

What is MyUW Calendar Scraper?

MyUW Calendar Scraper is a Chrome extension developed by Forrest Timour, and its main feature is "Import your schedule to Google Calendar!".

Extension Screenshots

screenshot

Download MyUW Calendar Scraper Extension CRX File

Download MyUW Calendar Scraper 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

                        For students at the University of Washington!

An easy tool to download your course schedule into a .ics file, compatible with most major calendar applications.

More details on GitHub:
https://github.com/Forrest-T/MyUW-Calendar                    

Extension Basic Information

Name MyUW Calendar Scraper MyUW Calendar Scraper
ID neldjllggkogndhhmnfiohcbmpolpmck
Official URL https://chromewebstore.google.com/detail/myuw-calendar-scraper/neldjllggkogndhhmnfiohcbmpolpmck
Description Import your schedule to Google Calendar!
File Size 56.12 KB
Installation Count 48
Current Version 1.2 Beta
Last Updated 2019-01-04
Publish Date 2019-01-03
Developer Forrest Timour
Payment Type free
Extension Website https://github.com/Forrest-T/MyUW-Calendar
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MyUW Calendar Scraper",
    "version": "1.2",
    "version_name": "1.2 Beta",
    "description": "Import your schedule to Google Calendar!",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/logo16.png",
        "48": "icons\/logo48.png",
        "128": "icons\/logo128.png"
    },
    "browser_action": {
        "default_icon": "icons\/logo48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}