Calendar Location Helper

Modify Google Calendar to help pick locations of a map

What is Calendar Location Helper?

Calendar Location Helper is a Chrome extension developed by roopak.v, and its main feature is "Modify Google Calendar to help pick locations of a map".

Extension Screenshots

screenshot

Download Calendar Location Helper Extension CRX File

Download Calendar Location Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Calendar Location Helper Calendar Location Helper
ID gepgdhgppljdcdohapjpjoiodhlmgjgb
Official URL https://chrome.google.com/webstore/detail/calendar-location-helper/gepgdhgppljdcdohapjpjoiodhlmgjgb
Description Modify Google Calendar to help pick locations of a map
File Size 99.05 KB
Installation Count 10
Current Version 0.0.1
Last Updated 2013-11-17
Publish Date 2013-11-17
Rating 3.00/5 Total 1 Ratings
Developer roopak.v
Payment Type free
Supported Languages 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"
        }
    ]
}