iCal_Generator

This is a Chrome extension that allows you to easily create ICS files.

iCal_Generator क्या है?

iCal_Generator Oriole Corporation द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is a Chrome extension that allows you to easily create ICS files."।

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

screenshot

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

crx प्रारूप में iCal_Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This Chrome extension allows you to quickly and easily generate ICS files that can be used with Google Calendar, Outlook Calendar, and other calendar applications. Simply enter the event details such as date, time, and location, and click "Generate iCal" to create the ICS file. You can then download the file and add it to your calendar.

iCal Generator is perfect for those who frequently schedule events or want to share and communicate events with others, as it allows you to create ICS files instantly.

Features:

●User-friendly and intuitive interface for easy event scheduling.
●Automatic generation of ICS files.
●Compatible with most calendar applications, including Google Calendar and Outlook Calendar.

Get organized and simplify your event scheduling process with iCal Generator.                    

एक्सटेंशन की मूल जानकारी

नाम iCal_Generator iCal_Generator
ID gnfkbnjkcbimphcbnajdoehijfnbbkkc
आधिकारिक URL https://chromewebstore.google.com/detail/icalgenerator/gnfkbnjkcbimphcbnajdoehijfnbbkkc
विवरण This is a Chrome extension that allows you to easily create ICS files.
फ़ाइल का आकार 176 KB
स्थापना संख्या 644
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2023-08-20
प्रकाशन तिथि 2023-05-03
डेवलपर Oriole Corporation
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/TO226/iCal-Generator
सहायता पृष्ठ URL https://github.com/TO226/iCal-Generator
समर्थित भाषाएँ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.2",
    "manifest_version": 3,
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "homepage_url": "https:\/\/github.com\/TO226\/iCal_Generator",
    "icons": {
        "256": "img\/icon_256.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/jquery-ui.min.js"
            ],
            "css": [
                "css\/jquery-ui.min.css"
            ]
        }
    ]
}