iCal_Generator

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

iCal_Generator란 무엇입니까?

iCal_Generator은(는) Oriole Corporation에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is a Chrome extension that allows you to easily create ICS files."입니다.

확장 프로그램 스크린샷

screenshot

iCal_Generator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}