Smart Calendar Event Maker

Add event to google calendar

Co je Smart Calendar Event Maker?

Smart Calendar Event Maker je rozšíření Chrome vyvinuté http://sceventmaker.blogspot.com, a jeho hlavní funkcí je „Add event to google calendar“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Smart Calendar Event Maker

Stáhněte si soubory rozšíření Smart Calendar Event Maker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Smart Calendar Event Maker Smart Calendar Event Maker
ID jclgohncpocbbkbahnancpajgbmfinmh
Oficiální URL https://chrome.google.com/webstore/detail/smart-calendar-event-make/jclgohncpocbbkbahnancpajgbmfinmh
Popis Add event to google calendar
Velikost souboru 589 KB
Počet instalací 321
Aktuální Verze 2.0
Poslední Aktualizace 2015-04-24
Datum Vydání 2015-04-24
Hodnocení 3.50/5 Celkem 10 Hodnocení
Vývojář http://sceventmaker.blogspot.com
Typ Platby free
Webové stránky Rozšíření http://sceventmaker.blogspot.hk/
Podporované Jazyky 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"
    ]
}