Maps Shortcut

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

Co to jest Maps Shortcut?

Maps Shortcut to rozszerzenie Chrome opracowane przez cgdahvis, a jego główną funkcją jest „Right Click to pull up an address in Google Maps! Real Estate targeted chrome extension.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Maps Shortcut

Pobierz pliki rozszerzeń Maps Shortcut w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Maps Shortcut Maps Shortcut
ID nacjnoidlajgponcckmkfoebmipbgbfj
Oficjalny URL https://chromewebstore.google.com/detail/maps-shortcut/nacjnoidlajgponcckmkfoebmipbgbfj
Opis Right Click to pull up an address in Google Maps! Real Estate targeted chrome extension.
Rozmiar pliku 183 KB
Liczba instalacji 65
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2021-07-18
Data Publikacji 2021-07-09
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper cgdahvis
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}