Yuno

Yuno - L'investissement immobilier simplifié

Yuno là gì?

Yuno là một tiện ích mở rộng Chrome được phát triển bởi https://yuno.immo, và tính năng chính của nó là "Yuno - L'investissement immobilier simplifié".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Yuno

Tải xuống các tệp mở rộng Yuno dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Yuno Yuno
ID kngfclmodcalgnlafnjgplnoamboaala
URL Chính Thức https://chromewebstore.google.com/detail/yuno/kngfclmodcalgnlafnjgplnoamboaala
Mô tả Yuno - L'investissement immobilier simplifié
Kích Thước Tệp 643 KB
Số Lần Cài Đặt 2,141
Phiên Bản Hiện Tại 2.1.26
Cập Nhật Lần Cuối 2024-01-25
Ngày Phát Hành 2020-06-25
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://yuno.immo
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://yuno.immo
URL Trang Trợ Giúp https://help.yuno.immo
URL Trang Chính Sách Bảo Mật https://yuno.immo/politique-de-confidentialite
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}