Smart Calendar Event Maker

Add event to google calendar

Smart Calendar Event Makerとは何ですか?

Smart Calendar Event Makerはhttp://sceventmaker.blogspot.comによって開発されたChromeの拡張機能で、その主な機能は「Add event to google calendar」です。

拡張機能のスクリーンショット

screenshot
screenshot

Smart Calendar Event Maker拡張機能のCRXファイルをダウンロード

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"
    ]
}