MyUW Calendar Scraper
Import your schedule to Google Calendar!
MyUW Calendar Scraper क्या है?
MyUW Calendar Scraper Forrest Timour द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Import your schedule to Google Calendar!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में MyUW Calendar Scraper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
For students at the University of Washington! An easy tool to download your course schedule into a .ics file, compatible with most major calendar applications. More details on GitHub: https://github.com/Forrest-T/MyUW-Calendar
एक्सटेंशन की मूल जानकारी
नाम | MyUW Calendar Scraper |
ID | neldjllggkogndhhmnfiohcbmpolpmck |
आधिकारिक URL | https://chromewebstore.google.com/detail/myuw-calendar-scraper/neldjllggkogndhhmnfiohcbmpolpmck |
विवरण | Import your schedule to Google Calendar! |
फ़ाइल का आकार | 56.12 KB |
स्थापना संख्या | 48 |
वर्तमान संस्करण | 1.2 Beta |
अंतिम अपडेट | 2019-01-04 |
प्रकाशन तिथि | 2019-01-03 |
डेवलपर | Forrest Timour |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/Forrest-T/MyUW-Calendar |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MyUW Calendar Scraper", "version": "1.2", "version_name": "1.2 Beta", "description": "Import your schedule to Google Calendar!", "manifest_version": 2, "icons": { "16": "icons\/logo16.png", "48": "icons\/logo48.png", "128": "icons\/logo128.png" }, "browser_action": { "default_icon": "icons\/logo48.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |