Calendar Location Helper

Modify Google Calendar to help pick locations of a map

Calendar Location Helperとは何ですか?

Calendar Location Helperはroopak.vによって開発されたChromeの拡張機能で、その主な機能は「Modify Google Calendar to help pick locations of a map」です。

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

screenshot

Calendar Location Helper拡張機能のCRXファイルをダウンロード

Calendar Location Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Very simple app that allows you to select places for meetings on Google Calendar using Google Maps.

The advantage is that if you use the addresses generated by this, it is most likely good enough for Google Now to notify you "n minutes" before it is time to leave.                    

拡張機能の基本情報

名前 Calendar Location Helper Calendar Location Helper
ID gepgdhgppljdcdohapjpjoiodhlmgjgb
公式URL https://chrome.google.com/webstore/detail/calendar-location-helper/gepgdhgppljdcdohapjpjoiodhlmgjgb
説明 Modify Google Calendar to help pick locations of a map
ファイルサイズ 99.05 KB
インストール数 10
現在のバージョン 0.0.1
最終更新日 2013-11-17
公開日 2013-11-17
評価 3.00/5 合計 1 レビュー
開発者 roopak.v
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Calendar Location Helper",
    "version": "0.0.1",
    "description": "Modify Google Calendar to help pick locations of a map",
    "browser_action": {
        "name": "Manipulate DOM",
        "icons": [
            "icon.png"
        ],
        "default_icon": "icon.png"
    },
    "web_accessible_resources": [
        "jquery.min.map",
        "marker.jpg"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/*.google.com\/calendar*",
                "https:\/\/*.google.com\/calendar*"
            ],
            "run_at": "document_start"
        }
    ]
}