Better Property Search(UK)
Better Property Search(UK)
Qu'est-ce que Better Property Search(UK) ?
Better Property Search(UK) est une extension Chrome développée par sansyrox, et sa fonction principale est "Better Property Search(UK)".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Better Property Search(UK)
Téléchargez les fichiers d'extension Better Property Search(UK) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Better Property Search(UK) |
ID | plhmaijeihlahacliknfghpgeddckjig |
URL Officiel | https://chromewebstore.google.com/detail/better-property-searchuk/plhmaijeihlahacliknfghpgeddckjig |
Description | Better Property Search(UK) |
Taille du Fichier | 4.82 KB |
Nombre d'Installations | 134 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2022-04-14 |
Date de Publication | 2022-04-13 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | sansyrox |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |