Maps Shortcut

Right Click to pull up an address in Google Maps! Real Estate targeted chrome extension.

Qu'est-ce que Maps Shortcut ?

Maps Shortcut est une extension Chrome développée par cgdahvis, et sa fonction principale est "Right Click to pull up an address in Google Maps! Real Estate targeted chrome extension.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Maps Shortcut

Téléchargez les fichiers d'extension Maps Shortcut 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

                        Highlight an address -> right click highlighted text > click the button "GMaps Lookup"; Google Maps window pops up with the targeted address.

Can also search an address in Google Maps directly from the extension toolbar.

Must-have for real estate professionals.                    

Informations de Base sur l'Extension

Nom Maps Shortcut Maps Shortcut
ID nacjnoidlajgponcckmkfoebmipbgbfj
URL Officiel https://chromewebstore.google.com/detail/maps-shortcut/nacjnoidlajgponcckmkfoebmipbgbfj
Description Right Click to pull up an address in Google Maps! Real Estate targeted chrome extension.
Taille du Fichier 183 KB
Nombre d'Installations 65
Version Actuelle 1.1
Dernière Mise à Jour 2021-07-18
Date de Publication 2021-07-09
Évaluation 5.00/5 Total 4 Évaluations
Développeur cgdahvis
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Maps Shortcut",
    "version": "1.1",
    "description": "Right Click to pull up an address in Google Maps! Real Estate targeted chrome extension.",
    "icons": {
        "16": "Capture.png",
        "48": "Capture.png",
        "128": "Capture.png"
    },
    "browser_action": {
        "default_icon": "Capture.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "contextMenus"
    ]
}