Open in Google Maps

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

O que é Open in Google Maps?

Open in Google Maps é uma extensão do Chrome desenvolvida por https://garbageoverflow.blogspot.com, e sua principal característica é "Real Estate plugin for Chrome. Users can open selected addresses in Google maps directly from the same page.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Open in Google Maps

Baixe arquivos de extensão Open in Google Maps no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Open in Google Maps Open in Google Maps
ID cinncpjcejdnoafflljjmgibkkgkigag
URL Oficial https://chromewebstore.google.com/detail/open-in-google-maps/cinncpjcejdnoafflljjmgibkkgkigag
Descrição Real Estate plugin for Chrome. Users can open selected addresses in Google maps directly from the same page.
Tamanho do Arquivo 7.19 KB
Contagem de Instalações 28,569
Versão Atual 1.2
Última Atualização 2015-02-18
Data de Publicação 2015-02-18
Classificação 4.45/5 Total de 42 Avaliações
Desenvolvedor https://garbageoverflow.blogspot.com
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}