RealEstate Price Ranger
Adds price ranges to realestate.com.au listings
Co to jest RealEstate Price Ranger?
RealEstate Price Ranger to rozszerzenie Chrome opracowane przez another.brisbane.developer, a jego główną funkcją jest „Adds price ranges to realestate.com.au listings”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia RealEstate Price Ranger
Pobierz pliki rozszerzeń RealEstate Price Ranger 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
Adds the price range set by the agent to the listings on realestate.com.au Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | lmbdcgopjjieoajihfpnoloealnnadba |
| Oficjalny URL | https://chromewebstore.google.com/detail/realestate-price-ranger/lmbdcgopjjieoajihfpnoloealnnadba |
| Opis | Adds price ranges to realestate.com.au listings |
| Rozmiar pliku | 4.72 KB |
| Liczba instalacji | 48 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2021-08-24 |
| Data Publikacji | 2021-08-24 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | another.brisbane.developer |
| [email protected] | |
| 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": "RealEstate Price Ranger",
"description": "Adds price ranges to realestate.com.au listings",
"version": "1.0",
"content_scripts": [
{
"matches": [
"*:\/\/www.realestate.com.au\/*",
"*:\/\/realestate.com.au\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |