Maps Shortcut

Right Click to pull up an address in Google Maps! Real Estate targeted chrome extension.

Maps Shortcut là gì?

Maps Shortcut là một tiện ích mở rộng Chrome được phát triển bởi cgdahvis, và tính năng chính của nó là "Right Click to pull up an address in Google Maps! Real Estate targeted chrome extension.".

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

screenshot
screenshot
screenshot

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

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

                        Highlight an address -> right click highlighted text > click the button "GMaps Lookup"; Google Maps window pops up with the targeted address.

Can also search an address in Google Maps directly from the extension toolbar.

Must-have for real estate professionals.                    

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

Tên Maps Shortcut Maps Shortcut
ID nacjnoidlajgponcckmkfoebmipbgbfj
URL Chính Thức https://chromewebstore.google.com/detail/maps-shortcut/nacjnoidlajgponcckmkfoebmipbgbfj
Mô tả Right Click to pull up an address in Google Maps! Real Estate targeted chrome extension.
Kích Thước Tệp 183 KB
Số Lần Cài Đặt 65
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2021-07-18
Ngày Phát Hành 2021-07-09
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển cgdahvis
Email [email protected]
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": "Maps Shortcut",
    "version": "1.1",
    "description": "Right Click to pull up an address in Google Maps! Real Estate targeted chrome extension.",
    "icons": {
        "16": "Capture.png",
        "48": "Capture.png",
        "128": "Capture.png"
    },
    "browser_action": {
        "default_icon": "Capture.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "contextMenus"
    ]
}