Property Price - Extension
Allows viewing info on house on trademe platform
Cos'è Property Price - Extension?
Property Price - Extension è un'estensione di Chrome sviluppata da nzextensions, e la sua funzione principale è "Allows viewing info on house on trademe platform".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Property Price - Extension
Scarica i file di estensione Property Price - Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
See property prices for trademe property that are hidden. Informazioni di Base sull'Estensione
| Nome | |
| ID | dlepipcihapnbkphnbnjbhpboalkegpe |
| URL Ufficiale | https://chromewebstore.google.com/detail/property-price-extension/dlepipcihapnbkphnbnjbhpboalkegpe |
| Descrizione | Allows viewing info on house on trademe platform |
| Dimensione del File | 35.03 KB |
| Conteggio Installazioni | 47 |
| Versione Corrente | 0.0.2 |
| Ultimo Aggiornamento | 2022-04-06 |
| Data di Pubblicazione | 2022-04-05 |
| Sviluppatore | nzextensions |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
} | |