Calendar Location Helper

Modify Google Calendar to help pick locations of a map

Calendar Location Helper là gì?

Calendar Location Helper là một tiện ích mở rộng Chrome được phát triển bởi roopak.v, và tính năng chính của nó là "Modify Google Calendar to help pick locations of a map".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Calendar Location Helper

Tải xuống các tệp mở rộng Calendar Location Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Calendar Location Helper Calendar Location Helper
ID gepgdhgppljdcdohapjpjoiodhlmgjgb
URL Chính Thức https://chrome.google.com/webstore/detail/calendar-location-helper/gepgdhgppljdcdohapjpjoiodhlmgjgb
Mô tả Modify Google Calendar to help pick locations of a map
Kích Thước Tệp 99.05 KB
Số Lần Cài Đặt 10
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2013-11-17
Ngày Phát Hành 2013-11-17
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển roopak.v
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}