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文件
下載Smart Calendar Event Maker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |