Yuno
Yuno - L'investissement immobilier simplifié
Was ist Yuno?
Yuno ist eine Chrome-Erweiterung, die von https://yuno.immo entwickelt wurde, und ihr Hauptmerkmal ist "Yuno - L'investissement immobilier simplifié".
Erweiterungsscreenshots
Yuno-Erweiterungs-CRX-Datei herunterladen
Laden Sie Yuno-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
L'extension Yuno pour Chrome permet d'analyser en un clin d’œil le potentiel locatif d'un bien immobilier sur les principaux portails d'annonces. Gagnez un temps précieux en bénéficiant de toutes les informations essentielles en un seul endroit : - Rendement / Cashflow - Prix au m² du bien - Analyse sectorielle (prix du marché, démographie, revenus, etc.) Instructions d'installation : 1) Installer l'extension en cliquant sur le bouton ci-dessus 2) Cliquez sur l'extension Yuno et connectez-vous 3) Rendez-vous sur votre site d'annonces préféré et effectuez une recherche selon vos critères Si rien ne s'affiche : - Vérifiez que vous êtes bien connecté via l'extension - Rechargez la page du site d'annonce
Grundlegende Informationen zur Erweiterung
Name | Yuno |
ID | kngfclmodcalgnlafnjgplnoamboaala |
Offizielle URL | https://chromewebstore.google.com/detail/yuno/kngfclmodcalgnlafnjgplnoamboaala |
Beschreibung | Yuno - L'investissement immobilier simplifié |
Dateigröße | 643 KB |
Installationsanzahl | 2,141 |
Aktuelle Version | 2.1.26 |
Letztes Update | 2024-01-25 |
Veröffentlichungsdatum | 2020-06-25 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | https://yuno.immo |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://yuno.immo |
Hilfeseite URL | https://help.yuno.immo |
URL der Datenschutzrichtlinien-Seite | https://yuno.immo/politique-de-confidentialite |
Unterstützte Sprachen | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Yuno", "version": "2.1.26", "manifest_version": 2, "description": "Yuno - L'investissement immobilier simplifi\u00e9", "homepage_url": "https:\/\/yuno.immo\/", "browser_action": { "default_title": "Yuno", "default_popup": "index.html" }, "background": { "scripts": [ "background.js", "runtime.js", "vendor.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": false, "js": [ "assets\/scripts\/chartjs.min.js", "content.js", "runtime.js", "vendor.js" ], "css": [], "run_at": "document_start" } ], "externally_connectable": { "matches": [ "https:\/\/localhost:4200\/*", "https:\/\/*.yuno.immo\/*" ] }, "permissions": [ "notifications", "tabs", "storage", "https:\/\/*.auth0.com\/*", "https:\/\/www.leboncoin.fr\/*", "https:\/\/www.seloger.com\/*", "https:\/\/www.pap.fr\/*", "https:\/\/www.logic-immo.com\/*", "https:\/\/*.yuno.immo\/*", "https:\/\/localhost:4200\/*" ], "icons": { "128": "assets\/icons\/icon128.png" } } |