Lehigh CourseCalendar
This extension allows Lehigh University students to import classes from Banner into Google Calendar with a single click!
Lehigh CourseCalendar क्या है?
Lehigh CourseCalendar ajd394 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows Lehigh University students to import classes from Banner into Google Calendar with a single click!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Lehigh CourseCalendar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
User Guide: 1. Navigate to Student Services -> Registration -> Student Detail Schedule 2. Click the "Add to Google Calendar" button on the top right •You may be asked to allow CourseCalendar to your Google Calendar •You will receive a notification when your schedule has been added to Google Calendar 3. Navigate to Google Calendar • Your schedule will appear as a new calendar called "Courses" on the left Note: You can view a list of the calendars added by this extension by navigate to chrome://extensions/ and clicking Options for CourseCalendar. From this page you can also remove calendars by clicking their corresponding "Remove" button
एक्सटेंशन की मूल जानकारी
नाम | |
ID | nnmpgfgohlnaanmlmdhkplbkcldmohjh |
आधिकारिक URL | https://chrome.google.com/webstore/detail/lehigh-coursecalendar/nnmpgfgohlnaanmlmdhkplbkcldmohjh |
विवरण | This extension allows Lehigh University students to import classes from Banner into Google Calendar with a single click! |
फ़ाइल का आकार | 53.96 KB |
स्थापना संख्या | 22 |
वर्तमान संस्करण | 0.2.0 |
अंतिम अपडेट | 2016-01-22 |
प्रकाशन तिथि | 2016-01-22 |
रेटिंग | 4.50/5 कुल 2 रेटिंग्स |
डेवलपर | ajd394 |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lehigh CourseCalendar", "version": "0.2.0", "manifest_version": 2, "description": "This extension allows Lehigh University students to import classes from Banner into Google Calendar with a single click!", "options_ui": { "page": "html\/options.html", "chrome_style": true }, "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArJ\/QPcl0o7PaC1tPTR6Nn1OWXJKQcl5608HYayPe9vIULUF7E1NIrascfcetRnz\/\/KmCnJBOZ9Y54JwJyBpUsUMcpWUaYvsqqYsQDsz6EzoffYOJgXPetyxsbqZf97wScR6Ux9Apxtdo3b6P6UEKT7StoUBqYKdiz+HfIFJ+zA2kmRxRZ8CvkYugLaht4UYOv9GQclFiDjfrhfqZBGeExAWEnmLDXUzlFoD73tb3mbpIsgXn5VOi3BjNuNj44xDBYSUYcLQHjKwbELl33B6gOAV+n2kM6oph6DLStUFXL8Mx6sTfprMVr0SPwms8T44E1ZRaSc0kgoT8Si\/AZjA0jQIDAQAB", "author": "Andrew DiPrinzio", "background": { "scripts": [ "src\/eventPages\/onInstallation.js", "src\/eventPages\/processCourses.js", "js\/jquery-2.2.0.min.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/www.google-analytics.com; object-src 'self'", "permissions": [ "https:\/\/lewisweb.cc.lehigh.edu\/*bwskfshd.P_CrseSchdDetl", "https:\/\/accounts.google.com\/*", "https:\/\/www.googleapis.com\/*", "https:\/\/www.google-analytics.com\/*", "identity", "storage", "notifications" ], "oauth2": { "client_id": "422550160766-41ob675984ru4v09qipkd8rao3s82009.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/calendar" ] }, "content_scripts": [ { "matches": [ "https:\/\/lewisweb.cc.lehigh.edu\/*bwskfshd.P_CrseSchdDetl" ], "js": [ "js\/jquery-2.2.0.min.js", "js\/scrapeCourses.js" ], "css": [ "css\/dialog.css" ] } ], "web_accessible_resources": [ "icons\/calendar_plus_en.gif", "html\/dialog.html" ] } |