Property Seeker
Calculate the price range for property advertised on Domain and Real Estate.
Co to jest Property Seeker?
Property Seeker to rozszerzenie Chrome opracowane przez cheesestringer, a jego główną funkcją jest „Calculate the price range for property advertised on Domain and Real Estate.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Property Seeker
Pobierz pliki rozszerzeń Property Seeker 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
Take the guess work out of house hunting. Finds the hidden advertising range on Domain and Real Estate Australia to make searching for property a bit easier. For any problems or suggestions create an issue listing the details here: https://github.com/cheesestringer/property-seeker/issues If you enjoy the extension feel free to buy me a coffee :) https://www.buymeacoffee.com/cheesestringer
Podstawowe informacje o rozszerzeniu
Nazwa | Property Seeker |
ID | olfjldooogfhhgklechmbdemheblklga |
Oficjalny URL | https://chromewebstore.google.com/detail/property-seeker/olfjldooogfhhgklechmbdemheblklga |
Opis | Calculate the price range for property advertised on Domain and Real Estate. |
Rozmiar pliku | 7.81 KB |
Liczba instalacji | 3,196 |
Aktualna Wersja | 1.0.6 |
Ostatnia Aktualizacja | 2022-12-27 |
Data Publikacji | 2021-08-12 |
Ocena | 5.00/5 Łącznie 5 Oceny |
Deweloper | cheesestringer |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/cheesestringer/property-seeker |
Adres URL Strony Pomocy | https://github.com/cheesestringer/property-seeker/issues |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Property Seeker", "version": "1.0.6", "description": "Calculate the price range for property advertised on Domain and Real Estate.", "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/*.domain.com.au\/*", "https:\/\/*.realestate.com.au\/*" ], "manifest_version": 2, "content_security_policy": "default-src 'none'; style-src 'self'; script-src 'self'; connect-src https:\/\/*.domain.com.au https:\/\/*.realestate.com.au" } |