Calendarize WebReg

Export your WebReg schedule to your calendars in one click.

Was ist Calendarize WebReg?

Calendarize WebReg ist eine Chrome-Erweiterung, die von https://adoryvo.com entwickelt wurde, und ihr Hauptmerkmal ist "Export your WebReg schedule to your calendars in one click.".

Erweiterungsscreenshots

screenshot

Calendarize WebReg-Erweiterungs-CRX-Datei herunterladen

Laden Sie Calendarize WebReg-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Calendarize WebReg Calendarize WebReg
ID jloojoppodnaciefbgkokahoglmgpelf
Offizielle URL https://chromewebstore.google.com/detail/calendarize-webreg/jloojoppodnaciefbgkokahoglmgpelf
Beschreibung Export your WebReg schedule to your calendars in one click.
Dateigröße 12.04 KB
Installationsanzahl 28
Aktuelle Version 1.0.1
Letztes Update 2023-08-17
Veröffentlichungsdatum 2023-08-07
Entwickler https://adoryvo.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://adoryvo.github.io/calendarize-webreg/
Hilfeseite URL https://forms.gle/nv2LUzE4SQ3fQVmX7
URL der Datenschutzrichtlinien-Seite https://github.com/AdoryVo/privacy-policy/blob/main/chrome-extensions.md
Unterstützte Sprachen 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"
    }
}