Open in Google Maps
Real Estate plugin for Chrome. Users can open selected addresses in Google maps directly from the same page.
Co to jest Open in Google Maps?
Open in Google Maps to rozszerzenie Chrome opracowane przez https://garbageoverflow.blogspot.com, a jego główną funkcją jest „Real Estate plugin for Chrome. Users can open selected addresses in Google maps directly from the same page.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Open in Google Maps
Pobierz pliki rozszerzeń Open in Google Maps 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
This extension let you open addresses in Google Maps without having to go to google maps in a separate tab. Helps a lot if you are looking at real estates websites and want to quickly lookup addresses. How to use - 1 - Install the plugin 2 - Highlight or select the address 3 - Click on the red map pin in the right top corner
Podstawowe informacje o rozszerzeniu
Nazwa | Open in Google Maps |
ID | cinncpjcejdnoafflljjmgibkkgkigag |
Oficjalny URL | https://chromewebstore.google.com/detail/open-in-google-maps/cinncpjcejdnoafflljjmgibkkgkigag |
Opis | Real Estate plugin for Chrome. Users can open selected addresses in Google maps directly from the same page. |
Rozmiar pliku | 7.19 KB |
Liczba instalacji | 28,569 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2015-02-18 |
Data Publikacji | 2015-02-18 |
Ocena | 4.45/5 Łącznie 42 Oceny |
Deweloper | https://garbageoverflow.blogspot.com |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open in Google Maps", "description": "Real Estate plugin for Chrome. Users can open selected addresses in Google maps directly from the same page.", "version": "1.2", "permissions": [ "activeTab" ], "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |