Open in Google Maps

Real Estate plugin for Chrome. Users can open selected addresses in Google maps directly from the same page.

Open in Google Maps là gì?

Open in Google Maps là một tiện ích mở rộng Chrome được phát triển bởi https://garbageoverflow.blogspot.com, và tính năng chính của nó là "Real Estate plugin for Chrome. Users can open selected addresses in Google maps directly from the same page.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Open in Google Maps

Tải xuống các tệp mở rộng Open in Google Maps 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

                        This extension let you open addresses in Google Maps without having to go to google maps in a separate tab.
Helps a lot if you are looking at real estates websites and want to quickly lookup addresses.

How to use - 
1 - Install the plugin
2 - Highlight or select the address
3 - Click on the red map pin in the right top corner                    

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

Tên Open in Google Maps Open in Google Maps
ID cinncpjcejdnoafflljjmgibkkgkigag
URL Chính Thức https://chromewebstore.google.com/detail/open-in-google-maps/cinncpjcejdnoafflljjmgibkkgkigag
Mô tả Real Estate plugin for Chrome. Users can open selected addresses in Google maps directly from the same page.
Kích Thước Tệp 7.19 KB
Số Lần Cài Đặt 28,569
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2015-02-18
Ngày Phát Hành 2015-02-18
Đánh Giá 4.45/5 Tổng số 42 Đánh Giá
Nhà Phát Triển https://garbageoverflow.blogspot.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open in Google Maps",
    "description": "Real Estate plugin for Chrome. Users can open selected addresses in Google maps directly from the same page.",
    "version": "1.2",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}