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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" ] } |