Calendarize WebReg
Export your WebReg schedule to your calendars in one click.
Wat is Calendarize WebReg?
Calendarize WebReg is een Chrome-extensie ontwikkeld door https://adoryvo.com, en de belangrijkste functie is "Export your WebReg schedule to your calendars in one click.".
Extensie Screenshots
Download het CRX-bestand van de extensie Calendarize WebReg
Download Calendarize WebReg-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Calendarize WebReg |
ID | jloojoppodnaciefbgkokahoglmgpelf |
Officiële URL | https://chromewebstore.google.com/detail/calendarize-webreg/jloojoppodnaciefbgkokahoglmgpelf |
Beschrijving | Export your WebReg schedule to your calendars in one click. |
Bestandsgrootte | 12.04 KB |
Aantal Installaties | 28 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2023-08-17 |
Publicatiedatum | 2023-08-07 |
Ontwikkelaar | https://adoryvo.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://adoryvo.github.io/calendarize-webreg/ |
Help Pagina-URL | https://forms.gle/nv2LUzE4SQ3fQVmX7 |
URL van de Privacybeleid Pagina | https://github.com/AdoryVo/privacy-policy/blob/main/chrome-extensions.md |
Ondersteunde Talen | 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" } } |