TAU Calendar Extension
Download an .ics calendar file from your personal info in TAU
TAU Calendar Extension란 무엇입니까?
TAU Calendar Extension은(는) Guy M에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download an .ics calendar file from your personal info in TAU"입니다.
확장 프로그램 스크린샷
TAU Calendar Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This package adds a button in TAU personal info that allows you to export your personal studies calendar. To load the file to google calendar please follow this guide: https://sites.google.com/view/tutorials-new/tau-calendar *This is not an official app of TAU
확장 프로그램 기본 정보
이름 | TAU Calendar Extension |
ID | ckgcggonnnpocfmhildjhbljdlkaccci |
공식 URL | https://chromewebstore.google.com/detail/tau-calendar-extension/ckgcggonnnpocfmhildjhbljdlkaccci |
설명 | Download an .ics calendar file from your personal info in TAU |
파일 크기 | 43.28 KB |
설치 횟수 | 1,077 |
현재 버전 | 1.12 |
최근 업데이트 | 2023-10-02 |
출시 날짜 | 2020-10-14 |
평점 | 4.78/5 총 9 개의 평점 |
개발자 | Guy M |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://sites.google.com/view/tutorials-new/tau-calendar |
지원되는 언어 | iw |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TAU Calendar Extension", "version": "1.12", "description": "Download an .ics calendar file from your personal info in TAU", "manifest_version": 3, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "host_permissions": [ "https:\/\/www.ims.tau.ac.il\/*" ], "web_accessible_resources": [ { "resources": [ "js\/cal.js" ], "matches": [ "https:\/\/www.ims.tau.ac.il\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/www.ims.tau.ac.il\/Tal\/TL\/Marechet_L.*" ], "run_at": "document_end", "all_frames": true, "js": [ "js\/jquery-3.5.1.min.js", "js\/btn.js" ] } ] } |