Open in Google Maps

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

Co je Open in Google Maps?

Open in Google Maps je rozšíření Chrome vyvinuté https://garbageoverflow.blogspot.com, a jeho hlavní funkcí je „Real Estate plugin for Chrome. Users can open selected addresses in Google maps directly from the same page.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Open in Google Maps

Stáhněte si soubory rozšíření Open in Google Maps ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Open in Google Maps Open in Google Maps
ID cinncpjcejdnoafflljjmgibkkgkigag
Oficiální URL https://chromewebstore.google.com/detail/open-in-google-maps/cinncpjcejdnoafflljjmgibkkgkigag
Popis Real Estate plugin for Chrome. Users can open selected addresses in Google maps directly from the same page.
Velikost souboru 7.19 KB
Počet instalací 28,569
Aktuální Verze 1.2
Poslední Aktualizace 2015-02-18
Datum Vydání 2015-02-18
Hodnocení 4.45/5 Celkem 42 Hodnocení
Vývojář https://garbageoverflow.blogspot.com
Typ Platby free
Podporované Jazyky 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"
    }
}