Yuno

Yuno - L'investissement immobilier simplifié

Yuno란 무엇입니까?

Yuno은(는) https://yuno.immo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Yuno - L'investissement immobilier simplifié"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Yuno 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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"
    }
}