ucsb-gold calendar
Add your current classes and exams to Google Calendar.
ucsb-gold calendar क्या है?
ucsb-gold calendar ajhh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add your current classes and exams to Google Calendar."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ucsb-gold calendar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
From your ucsb gold account open up your course schedule for the current quarter. Once you're there, click on the extension icon next to the address bar to add your class and exam schedule to your Google Calendar.
एक्सटेंशन की मूल जानकारी
नाम | ucsb-gold calendar |
ID | cehakokboadfglbjpefkibpajibmgmoo |
आधिकारिक URL | https://chromewebstore.google.com/detail/ucsb-gold-calendar/cehakokboadfglbjpefkibpajibmgmoo |
विवरण | Add your current classes and exams to Google Calendar. |
फ़ाइल का आकार | 564 KB |
स्थापना संख्या | 33 |
वर्तमान संस्करण | 1.08 |
अंतिम अपडेट | 2018-04-02 |
प्रकाशन तिथि | 2018-04-01 |
रेटिंग | 1.50/5 कुल 2 रेटिंग्स |
डेवलपर | ajhh |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmqtdyuvxxDeUph+TaOEKOVKD0W5Ia9p3nurEEvfG9OfUSaBCLxYql3jYPIAuSzLCL1+xPqNxdalSo+w5TPY4Q\/vvJQPrbJ7nJ1X1zpJjuOC6FLVJq8mEmCftWW4EBBjOas2l83kbZod+W1IsT7hSznPJFZE2HqV+4cluGaRH6RsKpx0656u1G8cMxpcpdiAqW4Boih7H4dgMnjxPie4uIQ9+9S1BdSLCa39spcNIeK1UpitbJPjD2sC5+vnTTt7i95eU6demx4EAwQz\/sPpPTiQvpxHyTI17iqDtZ2\/I9wcuZRy6nKGQrcthmu\/d4s7Jdef2iEI6Sco5v0EJ671OxwIDAQAB", "manifest_version": 2, "name": "ucsb-gold calendar", "description": "Add your current classes and exams to Google Calendar.", "version": "1.08", "background": { "page": "docs\/background.html", "persistent": false }, "page_action": { "default_icon": "img\/g.png", "default_popup": "docs\/popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/my.sa.ucsb.edu\/gold\/StudentSchedule.aspx" ], "js": [ "src\/luts.js", "src\/content.js" ] } ], "oauth2": { "client_id": "552025579825-c40dbdtr19mbkf3cgpa6mgfq9m4omn36.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/calendar" ] }, "permissions": [ "identity", "notifications", "tabs" ] } |