Maps Shortcut

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

What is Maps Shortcut?

Maps Shortcut is a Chrome extension developed by cgdahvis, and its main feature is "Right Click to pull up an address in Google Maps! Real Estate targeted chrome extension.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Maps Shortcut Extension CRX File

Download Maps Shortcut 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

                        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.                    

Extension Basic Information

Name Maps Shortcut Maps Shortcut
ID nacjnoidlajgponcckmkfoebmipbgbfj
Official URL https://chromewebstore.google.com/detail/maps-shortcut/nacjnoidlajgponcckmkfoebmipbgbfj
Description Right Click to pull up an address in Google Maps! Real Estate targeted chrome extension.
File Size 183 KB
Installation Count 65
Current Version 1.1
Last Updated 2021-07-18
Publish Date 2021-07-09
Rating 5.00/5 Total 4 Ratings
Developer cgdahvis
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}