Calendarize WebReg
Export your WebReg schedule to your calendars in one click.
Calendarize WebRegคืออะไร?
Calendarize WebReg เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://adoryvo.com และคุณลักษณะหลักของมันคือ "Export your WebReg schedule to your calendars in one click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Calendarize WebReg
ดาวน์โหลดไฟล์ส่วนขยาย Calendarize WebReg ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |