PrivOrNot
Shows if a listing on Idealista is from private owner or not
Qu'est-ce que PrivOrNot ?
PrivOrNot est une extension Chrome développée par victorbjelkholm, et sa fonction principale est "Shows if a listing on Idealista is from private owner or not".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PrivOrNot
Téléchargez les fichiers d'extension PrivOrNot 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
Hard to find properties made by private owners on Idealista? No more, PrivOrNot will remove listings made by agencies so you only see properties where you get to rent directly from the owner.
Informations de Base sur l'Extension
Nom | PrivOrNot |
ID | fnpgifcbmacmnlpdlkffhneepkhhjfkn |
URL Officiel | https://chromewebstore.google.com/detail/privornot/fnpgifcbmacmnlpdlkffhneepkhhjfkn |
Description | Shows if a listing on Idealista is from private owner or not |
Taille du Fichier | 3.55 KB |
Nombre d'Installations | 735 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-04-17 |
Date de Publication | 2021-04-17 |
Évaluation | 5.00/5 Total 7 Évaluations |
Développeur | victorbjelkholm |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PrivOrNot", "version": "1.0", "description": "Shows if a listing on Idealista is from private owner or not", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/*.idealista.com\/*" ], "js": [ "content.js" ] } ] } |