Smart Calendar Event Maker
Add event to google calendar
Cos'è Smart Calendar Event Maker?
Smart Calendar Event Maker è un'estensione di Chrome sviluppata da http://sceventmaker.blogspot.com, e la sua funzione principale è "Add event to google calendar".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Smart Calendar Event Maker
Scarica i file di estensione Smart Calendar Event Maker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | jclgohncpocbbkbahnancpajgbmfinmh |
URL Ufficiale | https://chrome.google.com/webstore/detail/smart-calendar-event-make/jclgohncpocbbkbahnancpajgbmfinmh |
Descrizione | Add event to google calendar |
Dimensione del File | 589 KB |
Conteggio Installazioni | 321 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2015-04-24 |
Data di Pubblicazione | 2015-04-24 |
Valutazione | 3.50/5 Totale 10 Valutazioni |
Sviluppatore | http://sceventmaker.blogspot.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://sceventmaker.blogspot.hk/ |
Lingue Supportate | 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" ] } |