Smart Calendar Event Maker

Add event to google calendar

Что такое Smart Calendar Event Maker?

Smart Calendar Event Maker - это расширение Chrome, разработанное http://sceventmaker.blogspot.com, и его основная функция - "Add event to google calendar".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Smart Calendar Event Maker

Скачайте файлы расширений 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.                    

Основная информация о расширении

Название Smart Calendar Event Maker Smart Calendar Event Maker
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"
    ]
}