Calendarize WebReg
Export your WebReg schedule to your calendars in one click.
Calendarize WebReg란 무엇입니까?
Calendarize WebReg은(는) https://adoryvo.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Export your WebReg schedule to your calendars in one click."입니다.
확장 프로그램 스크린샷
Calendarize WebReg 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Calendarize WebReg |
ID | jloojoppodnaciefbgkokahoglmgpelf |
공식 URL | https://chromewebstore.google.com/detail/calendarize-webreg/jloojoppodnaciefbgkokahoglmgpelf |
설명 | Export your WebReg schedule to your calendars in one click. |
파일 크기 | 12.04 KB |
설치 횟수 | 28 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2023-08-17 |
출시 날짜 | 2023-08-07 |
개발자 | https://adoryvo.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://adoryvo.github.io/calendarize-webreg/ |
도움말 페이지 URL | https://forms.gle/nv2LUzE4SQ3fQVmX7 |
개인정보 보호 정책 페이지 URL | https://github.com/AdoryVo/privacy-policy/blob/main/chrome-extensions.md |
지원되는 언어 | 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" } } |