Save to Google Calendar

Send selected date on webpage to Google Calendar

Save to Google Calendar란 무엇입니까?

Save to Google Calendar은(는) Naveen Alavilli에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Send selected date on webpage to Google Calendar"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Save to Google Calendar 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Select a date on any webpage and quickly save it to Google Calendar. You don't need to copy and manually open Google Calendar to save the date.                    

확장 프로그램 기본 정보

이름 Save to Google Calendar Save to Google Calendar
ID jpoefccfjpcdglbnjfhomifadledaodm
공식 URL https://chromewebstore.google.com/detail/save-to-google-calendar/jpoefccfjpcdglbnjfhomifadledaodm
설명 Send selected date on webpage to Google Calendar
파일 크기 8.6 KB
설치 횟수 57
현재 버전 1.0
최근 업데이트 2021-09-16
출시 날짜 2021-09-16
개발자 Naveen Alavilli
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save to Google Calendar",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Send selected date on webpage to Google Calendar",
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "permissions": [
        "contextMenus"
    ]
}