Smart Calendar Event Maker
Add event to google calendar
Smart Calendar Event Maker란 무엇입니까?
Smart Calendar Event Maker은(는) http://sceventmaker.blogspot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add event to google calendar"입니다.
확장 프로그램 스크린샷
Smart Calendar Event Maker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Smart Calendar Event Maker can help the users to identify the keywords such as date, time and location in any web-based email client and input them into their calendar and create a new event. By using the event maker, users can convert the emails into a new event by just few clicks.
확장 프로그램 기본 정보
이름 | |
ID | jclgohncpocbbkbahnancpajgbmfinmh |
공식 URL | https://chrome.google.com/webstore/detail/smart-calendar-event-make/jclgohncpocbbkbahnancpajgbmfinmh |
설명 | Add event to google calendar |
파일 크기 | 589 KB |
설치 횟수 | 321 |
현재 버전 | 2.0 |
최근 업데이트 | 2015-04-24 |
출시 날짜 | 2015-04-24 |
평점 | 3.50/5 총 10 개의 평점 |
개발자 | http://sceventmaker.blogspot.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://sceventmaker.blogspot.hk/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Smart Calendar Event Maker", "description": "Add event to google calendar", "version": "2.0", "icons": { "16": "assets\/icon_16.png", "48": "assets\/icon_32.png", "128": "assets\/icon_128.png" }, "background": { "scripts": [ "background.js", "editable_select.js", "extractor\/getDate.js", "extractor\/getVenue.js", "extractor\/lexer.js", "extractor\/lexicon.js", "extractor\/POSTagger.js", "extractor\/DateExtractor.js", "extractor\/VenueExtractor.js", "fileIO.js" ], "persistent": false }, "browser_action": { "default_icon": "assets\/icon_16.png", "default_popup": "setup.html" }, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "alarms", "storage" ] } |