Yuno

Yuno - L'investissement immobilier simplifié

ما هو Yuno؟

Yuno هو إضافة Chrome تم تطويرها بواسطة https://yuno.immo، والميزة الرئيسية لها هي "Yuno - L'investissement immobilier simplifié".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Yuno

قم بتنزيل ملفات الامتداد Yuno بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Yuno Yuno
ID kngfclmodcalgnlafnjgplnoamboaala
عنوان URL الرسمي https://chromewebstore.google.com/detail/yuno/kngfclmodcalgnlafnjgplnoamboaala
الوصف Yuno - L'investissement immobilier simplifié
حجم الملف 643 KB
عدد التثبيتات 2,141
النسخة الحالية 2.1.26
آخر تحديث 2024-01-25
تاريخ النشر 2020-06-25
تقييم 5.00/5 مجموع تقييمات 5
المطور https://yuno.immo
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://yuno.immo
عنوان صفحة المساعدة https://help.yuno.immo
عنوان صفحة سياسة الخصوصية https://yuno.immo/politique-de-confidentialite
اللغات المدعومة 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"
    }
}