Open in Google Maps

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

Qu'est-ce que Open in Google Maps ?

Open in Google Maps est une extension Chrome développée par https://garbageoverflow.blogspot.com, et sa fonction principale est "Real Estate plugin for Chrome. Users can open selected addresses in Google maps directly from the same page.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Open in Google Maps

Téléchargez les fichiers d'extension Open in Google Maps au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Open in Google Maps Open in Google Maps
ID cinncpjcejdnoafflljjmgibkkgkigag
URL Officiel https://chromewebstore.google.com/detail/open-in-google-maps/cinncpjcejdnoafflljjmgibkkgkigag
Description Real Estate plugin for Chrome. Users can open selected addresses in Google maps directly from the same page.
Taille du Fichier 7.19 KB
Nombre d'Installations 28,569
Version Actuelle 1.2
Dernière Mise à Jour 2015-02-18
Date de Publication 2015-02-18
Évaluation 4.45/5 Total 42 Évaluations
Développeur https://garbageoverflow.blogspot.com
Type de Paiement free
Langues Prises en Charge 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"
    }
}