Maps Shortcut
Right Click to pull up an address in Google Maps! Real Estate targeted chrome extension.
Wat is Maps Shortcut?
Maps Shortcut is een Chrome-extensie ontwikkeld door cgdahvis, en de belangrijkste functie is "Right Click to pull up an address in Google Maps! Real Estate targeted chrome extension.".
Extensie Screenshots
Download het CRX-bestand van de extensie Maps Shortcut
Download Maps Shortcut-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Maps Shortcut |
ID | nacjnoidlajgponcckmkfoebmipbgbfj |
Officiële URL | https://chromewebstore.google.com/detail/maps-shortcut/nacjnoidlajgponcckmkfoebmipbgbfj |
Beschrijving | Right Click to pull up an address in Google Maps! Real Estate targeted chrome extension. |
Bestandsgrootte | 183 KB |
Aantal Installaties | 65 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2021-07-18 |
Publicatiedatum | 2021-07-09 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | cgdahvis |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |