Maps Shortcut
Right Click to pull up an address in Google Maps! Real Estate targeted chrome extension.
Vad är Maps Shortcut?
Maps Shortcut är en Chrome-tillägg utvecklad av cgdahvis, och dess huvudfunktion är "Right Click to pull up an address in Google Maps! Real Estate targeted chrome extension.".
Tilläggsskärmbilder
Ladda ner Maps Shortcut-förlängningens CRX-fil
Ladda ner Maps Shortcut-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | nacjnoidlajgponcckmkfoebmipbgbfj |
| Officiell webbadress | https://chromewebstore.google.com/detail/maps-shortcut/nacjnoidlajgponcckmkfoebmipbgbfj |
| Beskrivning | Right Click to pull up an address in Google Maps! Real Estate targeted chrome extension. |
| Filstorlek | 183 KB |
| Antal Installationer | 65 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2021-07-18 |
| Publiceringsdatum | 2021-07-09 |
| Betyg | 5.00/5 Totalt 4 Betyg |
| Utvecklare | cgdahvis |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |