Yuno
Yuno - L'investissement immobilier simplifié
Wat is Yuno?
Yuno is een Chrome-extensie ontwikkeld door https://yuno.immo, en de belangrijkste functie is "Yuno - L'investissement immobilier simplifié".
Extensie Screenshots
Download het CRX-bestand van de extensie Yuno
Download Yuno-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Yuno |
ID | kngfclmodcalgnlafnjgplnoamboaala |
Officiële URL | https://chromewebstore.google.com/detail/yuno/kngfclmodcalgnlafnjgplnoamboaala |
Beschrijving | Yuno - L'investissement immobilier simplifié |
Bestandsgrootte | 643 KB |
Aantal Installaties | 2,141 |
Huidige Versie | 2.1.26 |
Laatst Bijgewerkt | 2024-01-25 |
Publicatiedatum | 2020-06-25 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | https://yuno.immo |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://yuno.immo |
Help Pagina-URL | https://help.yuno.immo |
URL van de Privacybeleid Pagina | https://yuno.immo/politique-de-confidentialite |
Ondersteunde Talen | 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" } } |