Smart Calendar Event Plus

Add event to google calendar

Smart Calendar Event Plus란 무엇입니까?

Smart Calendar Event Plus은(는) Tao Zeng에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add event to google calendar"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Smart Calendar Event Plus 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Create Google Calendar event from the selected text (based on Smart Calendar Event Maker). 

This extension will intelligently extract the date, time and location information from the selected text and create a Google Calendar event for you. 

Features:

- Recognize the US/Canadian/UK address. 
- Recognize the date and time (such as Oct 2, noon, tomorrow or 8:30pm). 
- Offer common venues (such as Husky Stadium, Seattle Art Museum) as location choices. 
- Convert common holidays (such as the Mother's Day, Black Friday, et al) to the actual date.
- Extract email subjects as the event title (supporting Gmail, Yahoo Mail and Outlook).
- Support time-zone. 
- Use Option to choose treating 06/04 as June 4 (default) or 6th April.                    

확장 프로그램 기본 정보

이름 Smart Calendar Event Plus Smart Calendar Event Plus
ID amcdmclnhlmfbbljeaahhbckaieobhmf
공식 URL https://chromewebstore.google.com/detail/smart-calendar-event-plus/amcdmclnhlmfbbljeaahhbckaieobhmf
설명 Add event to google calendar
파일 크기 516 KB
설치 횟수 1,434
현재 버전 1.2.4
최근 업데이트 2019-03-27
출시 날짜 2019-03-26
평점 4.50/5 총 14 개의 평점
개발자 Tao Zeng
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smart Calendar Event Plus",
    "version": "1.2.4",
    "description": "Add event to google calendar",
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js",
            "editable_select.js",
            "extractor\/getDate.js",
            "extractor\/getAddress.js",
            "extractor\/getVenue.js",
            "extractor\/lexer.js",
            "extractor\/lexicon.js",
            "extractor\/POSTagger.js",
            "extractor\/DateExtractor.js",
            "extractor\/VenueExtractor.js",
            "extractor\/holiday.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/icon_16.png",
        "default_popup": "setup.html"
    },
    "options_ui": {
        "open_in_tab": false,
        "page": "options.html"
    },
    "icons": {
        "16": "assets\/icon_16.png",
        "48": "assets\/icon_32.png",
        "128": "assets\/icon_128.png"
    },
    "manifest_version": 2
}