Calendarize WebReg

Export your WebReg schedule to your calendars in one click.

What is Calendarize WebReg?

Calendarize WebReg is a Chrome extension developed by https://adoryvo.com, and its main feature is "Export your WebReg schedule to your calendars in one click.".

Extension Screenshots

screenshot

Download Calendarize WebReg Extension CRX File

Download Calendarize WebReg 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

                        Highlights:
- Adds your classes as recurring events
- Adds your finals as one time events
- Importable into calendar apps like Google Calendar, Outlook, etc.
- Tested on UCSD WebReg schedules

When you click the extension, your browser runs a script (AKA a program) that takes the text in your WebReg table, organizes it into your schedule information, and creates a `.ics` calendar file.

If you have any concerns about privacy, the program does not store any of the information read in. You may view the source code and read our privacy policy to verify this.                    

Extension Basic Information

Name Calendarize WebReg Calendarize WebReg
ID jloojoppodnaciefbgkokahoglmgpelf
Official URL https://chromewebstore.google.com/detail/calendarize-webreg/jloojoppodnaciefbgkokahoglmgpelf
Description Export your WebReg schedule to your calendars in one click.
File Size 12.04 KB
Installation Count 28
Current Version 1.0.1
Last Updated 2023-08-17
Publish Date 2023-08-07
Developer https://adoryvo.com
Email [email protected]
Payment Type free
Extension Website https://adoryvo.github.io/calendarize-webreg/
Help Page URL https://forms.gle/nv2LUzE4SQ3fQVmX7
Privacy Policy Page URL https://github.com/AdoryVo/privacy-policy/blob/main/chrome-extensions.md
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Calendarize WebReg",
    "description": "Export your WebReg schedule to your calendars in one click.",
    "version": "1.0.1",
    "action": {
        "default_title": "Calendarize WebReg",
        "default_icon": "images\/icon-128.png"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    }
}