Realtor.com Tools
The extension adds useful links to listings on Realtor.com, including: - Internet Service Providers - Google Search - Google Maps…
Co to jest Realtor.com Tools?
Realtor.com Tools to rozszerzenie Chrome opracowane przez rmbaumer, a jego główną funkcją jest „The extension adds useful links to listings on Realtor.com, including: - Internet Service Providers - Google Search - Google Maps…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Realtor.com Tools
Pobierz pliki rozszerzeń Realtor.com Tools 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
The extension adds useful links to listings on Realtor.com, including: - Internet Service Providers - Google Search - Google Maps Not affiliated with Realtor.com To request a new feature, leave a note in a review and I will implement the new feature as time allows.
Podstawowe informacje o rozszerzeniu
Nazwa | Realtor.com Tools |
ID | aahinbcdofnajjoonjgnedbcmjfegblp |
Oficjalny URL | https://chromewebstore.google.com/detail/realtorcom-tools/aahinbcdofnajjoonjgnedbcmjfegblp |
Opis | The extension adds useful links to listings on Realtor.com, including: - Internet Service Providers - Google Search - Google Maps… |
Rozmiar pliku | 29.52 KB |
Liczba instalacji | 289 |
Aktualna Wersja | 0.5 |
Ostatnia Aktualizacja | 2019-11-15 |
Data Publikacji | 2019-11-15 |
Deweloper | rmbaumer |
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": "Realtor.com Tools", "version": "0.5", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.realtor.com\/*", "https:\/\/realtor.com\/*", "https:\/\/broadbandmap.fcc.gov\/*" ], "js": [ "jquery.js", "content.js" ] } ], "browser_action": { "default_icon": "icon.png" }, "permissions": [ "tabs", "https:\/\/www.realtor.com\/*", "https:\/\/realtor.com\/*", "https:\/\/broadbandmap.fcc.gov\/*" ] } |