iCal_Generator

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

O que é iCal_Generator?

iCal_Generator é uma extensão do Chrome desenvolvida por Oriole Corporation, e sua principal característica é "This is a Chrome extension that allows you to easily create ICS files.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão iCal_Generator

Baixe arquivos de extensão iCal_Generator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome iCal_Generator iCal_Generator
ID gnfkbnjkcbimphcbnajdoehijfnbbkkc
URL Oficial https://chromewebstore.google.com/detail/icalgenerator/gnfkbnjkcbimphcbnajdoehijfnbbkkc
Descrição This is a Chrome extension that allows you to easily create ICS files.
Tamanho do Arquivo 176 KB
Contagem de Instalações 644
Versão Atual 1.0.2
Última Atualização 2023-08-20
Data de Publicação 2023-05-03
Desenvolvedor Oriole Corporation
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/TO226/iCal-Generator
URL da Página de Ajuda https://github.com/TO226/iCal-Generator
Idiomas Suportados 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"
            ]
        }
    ]
}