TAU Calendar Extension

Download an .ics calendar file from your personal info in TAU

TAU Calendar Extensionคืออะไร?

TAU Calendar Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Guy M และคุณลักษณะหลักของมันคือ "Download an .ics calendar file from your personal info in TAU"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TAU Calendar Extension

ดาวน์โหลดไฟล์ส่วนขยาย TAU Calendar Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
            ]
        }
    ]
}