Smart Calendar Event Maker
Add event to google calendar
Co to jest Smart Calendar Event Maker?
Smart Calendar Event Maker to rozszerzenie Chrome opracowane przez http://sceventmaker.blogspot.com, a jego główną funkcją jest „Add event to google calendar”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Smart Calendar Event Maker
Pobierz pliki rozszerzeń Smart Calendar Event Maker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | jclgohncpocbbkbahnancpajgbmfinmh |
Oficjalny URL | https://chrome.google.com/webstore/detail/smart-calendar-event-make/jclgohncpocbbkbahnancpajgbmfinmh |
Opis | Add event to google calendar |
Rozmiar pliku | 589 KB |
Liczba instalacji | 321 |
Aktualna Wersja | 2.0 |
Ostatnia Aktualizacja | 2015-04-24 |
Data Publikacji | 2015-04-24 |
Ocena | 3.50/5 Łącznie 10 Oceny |
Deweloper | http://sceventmaker.blogspot.com |
Typ Płatności | free |
Strona Rozszerzenia | http://sceventmaker.blogspot.hk/ |
Obsługiwane Języki | 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" ] } |