TAU Calendar Extension
Download an .ics calendar file from your personal info in TAU
TAU Calendar Extension là gì?
TAU Calendar Extension là một tiện ích mở rộng Chrome được phát triển bởi Guy M, và tính năng chính của nó là "Download an .ics calendar file from your personal info in TAU".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng TAU Calendar Extension
Tải xuống các tệp mở rộng TAU Calendar Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TAU Calendar Extension |
ID | ckgcggonnnpocfmhildjhbljdlkaccci |
URL Chính Thức | https://chromewebstore.google.com/detail/tau-calendar-extension/ckgcggonnnpocfmhildjhbljdlkaccci |
Mô tả | Download an .ics calendar file from your personal info in TAU |
Kích Thước Tệp | 43.28 KB |
Số Lần Cài Đặt | 1,077 |
Phiên Bản Hiện Tại | 1.12 |
Cập Nhật Lần Cuối | 2023-10-02 |
Ngày Phát Hành | 2020-10-14 |
Đánh Giá | 4.78/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | Guy M |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://sites.google.com/view/tutorials-new/tau-calendar |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |