Calendarize WebReg
Export your WebReg schedule to your calendars in one click.
O que é Calendarize WebReg?
Calendarize WebReg é uma extensão do Chrome desenvolvida por https://adoryvo.com, e sua principal característica é "Export your WebReg schedule to your calendars in one click.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Calendarize WebReg
Baixe arquivos de extensão Calendarize WebReg no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Calendarize WebReg |
ID | jloojoppodnaciefbgkokahoglmgpelf |
URL Oficial | https://chromewebstore.google.com/detail/calendarize-webreg/jloojoppodnaciefbgkokahoglmgpelf |
Descrição | Export your WebReg schedule to your calendars in one click. |
Tamanho do Arquivo | 12.04 KB |
Contagem de Instalações | 28 |
Versão Atual | 1.0.1 |
Última Atualização | 2023-08-17 |
Data de Publicação | 2023-08-07 |
Desenvolvedor | https://adoryvo.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://adoryvo.github.io/calendarize-webreg/ |
URL da Página de Ajuda | https://forms.gle/nv2LUzE4SQ3fQVmX7 |
URL da Página de Política de Privacidade | https://github.com/AdoryVo/privacy-policy/blob/main/chrome-extensions.md |
Idiomas Suportados | 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" } } |