Better Property Search(UK)
Better Property Search(UK)
Cos'è Better Property Search(UK)?
Better Property Search(UK) è un'estensione di Chrome sviluppata da sansyrox, e la sua funzione principale è "Better Property Search(UK)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Better Property Search(UK)
Scarica i file di estensione Better Property Search(UK) 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
Rightmove and Zoopla, the two major housing platforms don't have a bathroom filter. When looking for new houses, a bathroom filter is a major requirements for many people. Now, you have one. :D
Informazioni di Base sull'Estensione
Nome | Better Property Search(UK) |
ID | plhmaijeihlahacliknfghpgeddckjig |
URL Ufficiale | https://chromewebstore.google.com/detail/better-property-searchuk/plhmaijeihlahacliknfghpgeddckjig |
Descrizione | Better Property Search(UK) |
Dimensione del File | 4.82 KB |
Conteggio Installazioni | 134 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2022-04-14 |
Data di Pubblicazione | 2022-04-13 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | sansyrox |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better Property Search(UK)", "version": "1.0", "permissions": [ "storage" ], "description": "Better Property Search(UK)", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end", "all_frames": true } ], "action": { "title": "Better Property Search", "default_popup": "index.html" }, "manifest_version": 3, "author": "Sanskar Jethi" } |