Smart Calendar Event Maker

Add event to google calendar

O que é Smart Calendar Event Maker?

Smart Calendar Event Maker é uma extensão do Chrome desenvolvida por http://sceventmaker.blogspot.com, e sua principal característica é "Add event to google calendar".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Smart Calendar Event Maker

Baixe arquivos de extensão Smart Calendar Event Maker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Smart Calendar Event Maker Smart Calendar Event Maker
ID jclgohncpocbbkbahnancpajgbmfinmh
URL Oficial https://chrome.google.com/webstore/detail/smart-calendar-event-make/jclgohncpocbbkbahnancpajgbmfinmh
Descrição Add event to google calendar
Tamanho do Arquivo 589 KB
Contagem de Instalações 321
Versão Atual 2.0
Última Atualização 2015-04-24
Data de Publicação 2015-04-24
Classificação 3.50/5 Total de 10 Avaliações
Desenvolvedor http://sceventmaker.blogspot.com
Tipo de Pagamento free
Site da Extensão http://sceventmaker.blogspot.hk/
Idiomas Suportados 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"
    ]
}