Berkeley Schedule Exporter
Export your Berkeley class schedule!
Berkeley Schedule Exporterคืออะไร?
Berkeley Schedule Exporter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย berkeleyschedexport และคุณลักษณะหลักของมันคือ "Export your Berkeley class schedule!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Berkeley Schedule Exporter
ดาวน์โหลดไฟล์ส่วนขยาย Berkeley Schedule Exporter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Export your Berkeley class schedule to .ics! (which can be imported to Google Calendar). Should also work with other schools that use collegescheduler.com. https://github.com/ziyaointl/Schedule-Exporter Usage 1. Go to CalCentral, My Academics. Select Schedule Planner. 2. Check the courses you want to export. You can select from both Current Schedule and Shopping Cart. 3. Click on the extension icon in the upper right Chrome menu. (You might have to wait a few seconds for the page to fully load before clicking on the icon). You should get a file named calendar.ics. Then, you can import this ics file to whatever calendar platform you desire. Classes automatically repeat weekly starting from the first day of the current semester!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | adnjnncenfmhbfaggmchmfelhbafbkmn |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/berkeley-schedule-exporte/adnjnncenfmhbfaggmchmfelhbafbkmn |
คำอธิบาย | Export your Berkeley class schedule! |
ขนาดไฟล์ | 1.1 MB |
จำนวนการติดตั้ง | 929 |
เวอร์ชันปัจจุบัน | 1.2.4 |
อัปเดตครั้งล่าสุด | 2023-02-26 |
วันที่เผยแพร่ | 2020-01-15 |
คะแนน | 4.28/5 รวมทั้งหมด 18 คะแนน |
ผู้พัฒนา | berkeleyschedexport |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/ziyaointl/Schedule-Exporter |
URL หน้าช่วยเหลือ | https://github.com/ziyaointl/Schedule-Exporter/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Berkeley Schedule Exporter", "version": "1.2.4", "description": "Export your Berkeley class schedule!", "manifest_version": 3, "action": { "default_icon": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" } }, "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [ "declarativeContent", "activeTab", "scripting" ], "background": { "service_worker": "src\/background.js" }, "web_accessible_resources": [ { "resources": [ "src\/export.js", "src\/icsjs\/ics.deps.min.js" ], "matches": [ "https:\/\/berkeley.collegescheduler.com\/*" ] } ] } |