Maps Shortcut
Right Click to pull up an address in Google Maps! Real Estate targeted chrome extension.
Cos'è Maps Shortcut?
Maps Shortcut è un'estensione di Chrome sviluppata da cgdahvis, e la sua funzione principale è "Right Click to pull up an address in Google Maps! Real Estate targeted chrome extension.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Maps Shortcut
Scarica i file di estensione Maps Shortcut 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
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.
Informazioni di Base sull'Estensione
Nome | Maps Shortcut |
ID | nacjnoidlajgponcckmkfoebmipbgbfj |
URL Ufficiale | https://chromewebstore.google.com/detail/maps-shortcut/nacjnoidlajgponcckmkfoebmipbgbfj |
Descrizione | Right Click to pull up an address in Google Maps! Real Estate targeted chrome extension. |
Dimensione del File | 183 KB |
Conteggio Installazioni | 65 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2021-07-18 |
Data di Pubblicazione | 2021-07-09 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | cgdahvis |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |