HUJI Rishum-net Timetable Export 2017
This extension takes a student's timetable from rishum-net.huji.ac.il and converts it to iCalendar format.
HUJI Rishum-net Timetable Export 2017คืออะไร?
HUJI Rishum-net Timetable Export 2017 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย griffonn และคุณลักษณะหลักของมันคือ "This extension takes a student's timetable from rishum-net.huji.ac.il and converts it to iCalendar format."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HUJI Rishum-net Timetable Export 2017
ดาวน์โหลดไฟล์ส่วนขยาย HUJI Rishum-net Timetable Export 2017 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
* Added export of Exams. * IMPORTANT NOTE: Courses that are not assigned to single semester (either first or second) are not supported for export in this version. * Updated to 2016-2017 academic year (תשע"ז). * Fixed timezone bug. Are you a student at Faculty of Sciences or Medicine in Hebrew University? This simple extension converts your timetable from Rishum-net to iCalendar format, which can then be imported wherever you want it to. Just go to https://rishum-net.huji.ac.il/, login, press the icon and download the .ics file. Note: although this functionality is supported in latest HUJIapp, the extension is still supported for those don't use it or those willing to control what and where to import in their calendars. Note 2: As HUJITTE (short for Timetable Exporter) works with Rishum-net, export is only possible when your enroll period ('tkufat rishum') is open, usually in the beginning of each academic semester. התוסף הזה מאפשר לייצא את מערכת השעות האקדמית מרישום-נט לפורמט שניתן לייבוא ברוב התוכנות לניהול לוח שנה, כולל גוגל קלנדר.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bimpjjhpkopnemgdbdbppcjbbmcepbcc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/huji-rishum-net-timetable/bimpjjhpkopnemgdbdbppcjbbmcepbcc |
คำอธิบาย | This extension takes a student's timetable from rishum-net.huji.ac.il and converts it to iCalendar format. |
ขนาดไฟล์ | 34.8 KB |
จำนวนการติดตั้ง | 68 |
เวอร์ชันปัจจุบัน | 1.2.3 |
อัปเดตครั้งล่าสุด | 2016-11-12 |
วันที่เผยแพร่ | 2016-11-12 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | griffonn |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HUJI Rishum-net Timetable Export 2017", "description": "This extension takes a student's timetable from rishum-net.huji.ac.il and converts it to iCalendar format.", "version": "1.2.3", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "tabs", "https:\/\/rishum-net.huji.ac.il\/site\/student\/*" ], "browser_action": { "default_icon": "icon.png", "default_title": "HUJI Timetable Export", "default_popup": "popup.html" } } |