TAU Calendar Extension

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

TAU Calendar Extension क्या है?

TAU Calendar Extension Guy M द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download an .ics calendar file from your personal info in TAU"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TAU Calendar Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
            ]
        }
    ]
}