ucsb-gold calendar
Add your current classes and exams to Google Calendar.
什麼是ucsb-gold calendar?
ucsb-gold calendar是由ajhh開發的Chrome擴展程式,該擴展的主要功能是“Add your current classes and exams to Google Calendar.”。
擴展截圖
下載ucsb-gold calendar擴展crx文件
下載ucsb-gold calendar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |