Maps Shortcut

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

Maps Shortcut क्या है?

Maps Shortcut cgdahvis द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Right Click to pull up an address in Google Maps! Real Estate targeted chrome extension."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Maps Shortcut एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Maps Shortcut Maps Shortcut
ID nacjnoidlajgponcckmkfoebmipbgbfj
आधिकारिक URL https://chromewebstore.google.com/detail/maps-shortcut/nacjnoidlajgponcckmkfoebmipbgbfj
विवरण Right Click to pull up an address in Google Maps! Real Estate targeted chrome extension.
फ़ाइल का आकार 183 KB
स्थापना संख्या 65
वर्तमान संस्करण 1.1
अंतिम अपडेट 2021-07-18
प्रकाशन तिथि 2021-07-09
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर cgdahvis
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}