Badger Planner
Read UW portal scheduler website and generate an ics file to add to calendar of your choice
Badger Plannerคืออะไร?
Badger Planner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shrey Modi และคุณลักษณะหลักของมันคือ "Read UW portal scheduler website and generate an ics file to add to calendar of your choice"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Badger Planner
ดาวน์โหลดไฟล์ส่วนขยาย Badger Planner ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Read UW portal scheduler website and generate an ics file to add to calendar of your choice. This Extension will give you two buttons to click. One to open the UW portal Schedule website and another to download an ics file based on your schedule. You can then import the downloaded ics file to the calendar of your choice. I have linked a video demo on how to do this for outlook.
https://youtu.be/HtoQzgUrQPQ
Logo Credit:
Viajaste, CC BY-SA 4.0 , via Wikimedia Commons ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | cjckdiijaddjmaamffcicioglghpipjg |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/badger-planner/cjckdiijaddjmaamffcicioglghpipjg |
| คำอธิบาย | Read UW portal scheduler website and generate an ics file to add to calendar of your choice |
| ขนาดไฟล์ | 9.78 KB |
| จำนวนการติดตั้ง | 117 |
| เวอร์ชันปัจจุบัน | 1.2 |
| อัปเดตครั้งล่าสุด | 2022-07-20 |
| วันที่เผยแพร่ | 2022-07-13 |
| คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | Shrey Modi |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/Shrey-Modi/Planner-Extension |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Badger Planner",
"description": "Read UW portal scheduler website and generate an ics file to add to calendar of your choice",
"version": "1.2",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": [
"activeTab",
"scripting"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"128": "\/images\/logo_final\/logo.png"
}
},
"icons": {
"128": "\/images\/logo_final\/logo.png"
}
} | |