Smart Calendar Event Maker
Add event to google calendar
What is Smart Calendar Event Maker?
Smart Calendar Event Maker is a Chrome extension developed by http://sceventmaker.blogspot.com, and its main feature is "Add event to google calendar".
Extension Screenshots
Download Smart Calendar Event Maker Extension CRX File
Download Smart Calendar Event Maker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | jclgohncpocbbkbahnancpajgbmfinmh |
Official URL | https://chrome.google.com/webstore/detail/smart-calendar-event-make/jclgohncpocbbkbahnancpajgbmfinmh |
Description | Add event to google calendar |
File Size | 589 KB |
Installation Count | 321 |
Current Version | 2.0 |
Last Updated | 2015-04-24 |
Publish Date | 2015-04-24 |
Rating | 3.50/5 Total 10 Ratings |
Developer | http://sceventmaker.blogspot.com |
Payment Type | free |
Extension Website | http://sceventmaker.blogspot.hk/ |
Supported Languages | 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" ] } |