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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ https://help.yuno.immo
URL หน้านโยบายความเป็นส่วนตัว 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"
    }
}