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 क्या है?

Open in Google Maps https://garbageoverflow.blogspot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Real Estate plugin for Chrome. Users can open selected addresses in Google maps directly from the same page."।

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

screenshot
screenshot

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

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

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

                        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                    

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

नाम Open in Google Maps Open in Google Maps
ID cinncpjcejdnoafflljjmgibkkgkigag
आधिकारिक URL https://chromewebstore.google.com/detail/open-in-google-maps/cinncpjcejdnoafflljjmgibkkgkigag
विवरण Real Estate plugin for Chrome. Users can open selected addresses in Google maps directly from the same page.
फ़ाइल का आकार 7.19 KB
स्थापना संख्या 28,569
वर्तमान संस्करण 1.2
अंतिम अपडेट 2015-02-18
प्रकाशन तिथि 2015-02-18
रेटिंग 4.45/5 कुल 42 रेटिंग्स
डेवलपर https://garbageoverflow.blogspot.com
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}