Horiz.io

Calcul automatique du rendement brut sur les annonces des grands sites immobiliers.

Horiz.io là gì?

Horiz.io là một tiện ích mở rộng Chrome được phát triển bởi https://horiz.io, và tính năng chính của nó là "Calcul automatique du rendement brut sur les annonces des grands sites immobiliers.".

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

screenshot

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

Tải xuống các tệp mở rộng Horiz.io 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

                        Investisseur immobilier, identifiez rapidement la bonne affaire !
- Accédez au rendement locatif brut de n’importe quel bien.
- Compatible avec les grands sites immobiliers (Leboncoin, Seloger, Bien ici, Logic-Immo...)
- Rapide & fiable

Comment fonctionne notre extension (ou plugin) ?
Elle fait apparaître directement sur la page de l’annonce immobilière de votre site immobilier favori ces indicateurs de performance :
- Taux de rendement brut
- Estimation du loyer potentiel (avec possibilité de le modifier)
- Prix au m2 par rapport au marché

Accélérez votre recherche du bien immobilier locatif rentable !
Profitez de liens directs pour :
- Être accompagné dans votre recherche (service d’investissement locatif clé en main)
- Calculer le rendement net et le cash-flow selon votre profil (accès à un rapport détaillé sur Horiz.io)
- Être alerté dès qu’un bien est mis en vente dans une ville (alertes immobilières personnalisées)

Pour installer le plugin : 
1/ Cliquez sur le bouton en haut de page « Ajouter à Chrome »
2/ Vérifiez que l’icône Horiz.io est présente en haut à droite de votre navigateur : elle indique que l’extension est bien active
3/ Rendez-vous sur une annonce immo de votre site favori, et c’est parti !

Une fois installée, l’icône Horiz.io en haut à droite de votre navigateur indique que l’extension est bien active.
Lien vers la politique de confidentialité : https://horiz.io/rendement-locatif/conditions-generales/confidentialite

Des questions ? Des commentaires ? Contactez-nous à [email protected]                    

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

Tên Horiz.io Horiz.io
ID jhlbghechidndabckcpalkdkdckloceo
URL Chính Thức https://chromewebstore.google.com/detail/horizio/jhlbghechidndabckcpalkdkdckloceo
Mô tả Calcul automatique du rendement brut sur les annonces des grands sites immobiliers.
Kích Thước Tệp 48.02 KB
Số Lần Cài Đặt 24,224
Phiên Bản Hiện Tại 2.6.0
Cập Nhật Lần Cuối 2024-01-12
Ngày Phát Hành 2020-04-28
Đánh Giá 3.59/5 Tổng số 29 Đánh Giá
Nhà Phát Triển https://horiz.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://horiz.io
URL Trang Trợ Giúp https://aide.horiz.io/hc/fr
URL Trang Chính Sách Bảo Mật https://horiz.io/rendement-locatif/conditions-generales/confidentialite
Ngôn Ngữ Được Hỗ Trợ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "fr",
    "name": "Horiz.io",
    "description": "__MSG_extension_description__",
    "version": "2.6.0",
    "icons": {
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "96": "images\/icon-96.png",
        "128": "images\/icon-128.png",
        "256": "images\/icon-256.png",
        "512": "images\/icon-512.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "all_frames": false,
            "matches": [
                "https:\/\/www.leboncoin.fr\/*",
                "https:\/\/www.seloger.com\/*",
                "https:\/\/www.selogerneuf.com\/*",
                "https:\/\/www.groupe-seloger.com\/*",
                "https:\/\/www.domimmo.com\/*",
                "https:\/\/www.pap.fr\/*",
                "https:\/\/www.logic-immo.com\/*",
                "https:\/\/www.ouestfrance-immo.com\/*",
                "https:\/\/www.avendrealouer.fr\/*",
                "https:\/\/www.bienici.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": {
            "48": "images\/icon-48.png",
            "64": "images\/icon-64.png",
            "96": "images\/icon-96.png",
            "128": "images\/icon-128.png",
            "256": "images\/icon-256.png",
            "512": "images\/icon-512.png"
        },
        "default_title": "Horiz.io",
        "default_popup": "popup.html"
    },
    "permissions": [
        "alarms",
        "https:\/\/www.leboncoin.fr\/*",
        "https:\/\/api.leboncoin.fr\/*",
        "https:\/\/www.seloger.com\/*",
        "https:\/\/www.selogerneuf.com\/*",
        "https:\/\/www.groupe-seloger.com\/*",
        "https:\/\/www.domimmo.com\/*",
        "https:\/\/www.pap.fr\/*",
        "https:\/\/www.logic-immo.com\/*",
        "https:\/\/www.ouestfrance-immo.com\/*",
        "https:\/\/www.avendrealouer.fr\/*",
        "https:\/\/www.bienici.com\/*",
        "https:\/\/horiz.io\/*"
    ],
    "web_accessible_resources": [
        "images\/*",
        "js\/injected.js"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}