Calendarize WebReg
Export your WebReg schedule to your calendars in one click.
Calendarize WebReg क्या है?
Calendarize WebReg https://adoryvo.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Export your WebReg schedule to your calendars in one click."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Calendarize WebReg एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Highlights: - Adds your classes as recurring events - Adds your finals as one time events - Importable into calendar apps like Google Calendar, Outlook, etc. - Tested on UCSD WebReg schedules When you click the extension, your browser runs a script (AKA a program) that takes the text in your WebReg table, organizes it into your schedule information, and creates a `.ics` calendar file. If you have any concerns about privacy, the program does not store any of the information read in. You may view the source code and read our privacy policy to verify this.
एक्सटेंशन की मूल जानकारी
नाम | Calendarize WebReg |
ID | jloojoppodnaciefbgkokahoglmgpelf |
आधिकारिक URL | https://chromewebstore.google.com/detail/calendarize-webreg/jloojoppodnaciefbgkokahoglmgpelf |
विवरण | Export your WebReg schedule to your calendars in one click. |
फ़ाइल का आकार | 12.04 KB |
स्थापना संख्या | 28 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2023-08-17 |
प्रकाशन तिथि | 2023-08-07 |
डेवलपर | https://adoryvo.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://adoryvo.github.io/calendarize-webreg/ |
सहायता पृष्ठ URL | https://forms.gle/nv2LUzE4SQ3fQVmX7 |
गोपनीयता नीति पृष्ठ URL | https://github.com/AdoryVo/privacy-policy/blob/main/chrome-extensions.md |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Calendarize WebReg", "description": "Export your WebReg schedule to your calendars in one click.", "version": "1.0.1", "action": { "default_title": "Calendarize WebReg", "default_icon": "images\/icon-128.png" }, "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "background.js" } } |