Calendarize WebReg
Export your WebReg schedule to your calendars in one click.
Apa itu Calendarize WebReg?
Calendarize WebReg adalah ekstensi Chrome yang dikembangkan oleh https://adoryvo.com, dan fitur utamanya adalah "Export your WebReg schedule to your calendars in one click.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Calendarize WebReg
Unduh file ekstensi Calendarize WebReg dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Calendarize WebReg |
ID | jloojoppodnaciefbgkokahoglmgpelf |
URL Resmi | https://chromewebstore.google.com/detail/calendarize-webreg/jloojoppodnaciefbgkokahoglmgpelf |
Deskripsi | Export your WebReg schedule to your calendars in one click. |
Ukuran File | 12.04 KB |
Jumlah Instalasi | 28 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2023-08-17 |
Tanggal Publikasi | 2023-08-07 |
Pengembang | https://adoryvo.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://adoryvo.github.io/calendarize-webreg/ |
URL Halaman Bantuan | https://forms.gle/nv2LUzE4SQ3fQVmX7 |
URL Halaman Kebijakan Privasi | https://github.com/AdoryVo/privacy-policy/blob/main/chrome-extensions.md |
Bahasa yang Didukung | 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" } } |