Property Price - Extension
Allows viewing info on house on trademe platform
Co to jest Property Price - Extension?
Property Price - Extension to rozszerzenie Chrome opracowane przez nzextensions, a jego główną funkcją jest „Allows viewing info on house on trademe platform”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Property Price - Extension
Pobierz pliki rozszerzeń Property Price - Extension 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
See property prices for trademe property that are hidden. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | dlepipcihapnbkphnbnjbhpboalkegpe |
| Oficjalny URL | https://chromewebstore.google.com/detail/property-price-extension/dlepipcihapnbkphnbnjbhpboalkegpe |
| Opis | Allows viewing info on house on trademe platform |
| Rozmiar pliku | 35.03 KB |
| Liczba instalacji | 47 |
| Aktualna Wersja | 0.0.2 |
| Ostatnia Aktualizacja | 2022-04-06 |
| Data Publikacji | 2022-04-05 |
| Deweloper | nzextensions |
| [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": 3,
"name": "Property Price - Extension",
"version": "0.0.2",
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.trademe.co.nz\/a\/property\/residential\/sale\/*"
],
"js": [
"jquery-3.5.1.min.js",
"contentScript.js"
],
"css": [
"propertyprice.css"
]
}
],
"host_permissions": [
"https:\/\/www.propertyprice.co.nz\/"
],
"description": "Allows viewing info on house on trademe platform"
} | |