Open in Google Maps

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

Cos'è Open in Google Maps?

Open in Google Maps è un'estensione di Chrome sviluppata da https://garbageoverflow.blogspot.com, e la sua funzione principale è "Real Estate plugin for Chrome. Users can open selected addresses in Google maps directly from the same page.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Open in Google Maps

Scarica i file di estensione Open in Google Maps in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Open in Google Maps Open in Google Maps
ID cinncpjcejdnoafflljjmgibkkgkigag
URL Ufficiale https://chromewebstore.google.com/detail/open-in-google-maps/cinncpjcejdnoafflljjmgibkkgkigag
Descrizione Real Estate plugin for Chrome. Users can open selected addresses in Google maps directly from the same page.
Dimensione del File 7.19 KB
Conteggio Installazioni 28,569
Versione Corrente 1.2
Ultimo Aggiornamento 2015-02-18
Data di Pubblicazione 2015-02-18
Valutazione 4.45/5 Totale 42 Valutazioni
Sviluppatore https://garbageoverflow.blogspot.com
Tipo di Pagamento free
Lingue Supportate 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"
    }
}