Badger Planner
Read UW portal scheduler website and generate an ics file to add to calendar of your choice
Badger Planner क्या है?
Badger Planner Shrey Modi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Read UW portal scheduler website and generate an ics file to add to calendar of your choice"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Badger Planner एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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"
}
} | |