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 |
官方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" ] } |