Maps Shortcut
Right Click to pull up an address in Google Maps! Real Estate targeted chrome extension.
Co je Maps Shortcut?
Maps Shortcut je rozšíření Chrome vyvinuté cgdahvis, a jeho hlavní funkcí je „Right Click to pull up an address in Google Maps! Real Estate targeted chrome extension.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Maps Shortcut
Stáhněte si soubory rozšíření Maps Shortcut ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Maps Shortcut |
ID | nacjnoidlajgponcckmkfoebmipbgbfj |
Oficiální URL | https://chromewebstore.google.com/detail/maps-shortcut/nacjnoidlajgponcckmkfoebmipbgbfj |
Popis | Right Click to pull up an address in Google Maps! Real Estate targeted chrome extension. |
Velikost souboru | 183 KB |
Počet instalací | 65 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2021-07-18 |
Datum Vydání | 2021-07-09 |
Hodnocení | 5.00/5 Celkem 4 Hodnocení |
Vývojář | cgdahvis |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |