GuidImmo

GuidImmo - Extension d'aide à la recherche d'immobilier bon marché.

GuidImmo란 무엇입니까?

GuidImmo은(는) Jeremy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "GuidImmo - Extension d'aide à la recherche d'immobilier bon marché."입니다.

확장 프로그램 스크린샷

screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        🔥🔥  GuidImmo vous assiste dans vos recherches immobilières sur Le Bon Coin. 🔥🔥 
Cette extension vous aidera à dégoter les meilleures affaires du monde de l'immobilier !

💸 GuidImmo vous fera gagner du TEMPS et de l'ARGENT ! 💸

Quelques fonctionnalités :
✅Estimations des prix des biens
✅Affichages des charges associées aux biens
✅Affichages des mots clés à rechercher dans vos annonces

A noter que :
La version de l'extension est en beta GRATUITE.

Merci de me remonter vos bugs à l'adresse [email protected] :)

Et n'hésitez pas à laisser un commentaire si l'extension vous satisfait !                    

확장 프로그램 기본 정보

이름 GuidImmo GuidImmo
ID lfnmpobmaponcnhanmnigpefmaciekkg
공식 URL https://chromewebstore.google.com/detail/guidimmo/lfnmpobmaponcnhanmnigpefmaciekkg
설명 GuidImmo - Extension d'aide à la recherche d'immobilier bon marché.
파일 크기 821 KB
설치 횟수 24
현재 버전 1.5
최근 업데이트 2019-11-30
출시 날짜 2019-11-30
개발자 Jeremy
이메일 [email protected]
결제 유형 free
지원되는 언어 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GuidImmo",
    "version": "1.5",
    "description": "GuidImmo - Extension d'aide \u00e0 la recherche d'immobilier bon march\u00e9.",
    "permissions": [
        "storage",
        "*:\/\/*.leboncoin.fr\/*",
        "*:\/\/*.leboncoin.fr\/recherche\/*",
        "*:\/\/*.leboncoin.fr\/annonces\/*",
        "*:\/\/*.leboncoin.fr\/ventes_immobilieres\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.leboncoin.fr\/*",
                "*:\/\/*.leboncoin.fr\/recherche\/*",
                "*:\/\/*.leboncoin.fr\/annonces\/*",
                "*:\/\/*.leboncoin.fr\/ventes_immobilieres\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/vendors.js",
                "global.js",
                "sites\/leboncoin\/public.js",
                "sites\/leboncoin\/leboncoin.search.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/*",
        "images\/*",
        "css\/*",
        "sites\/*"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/mabonnerenta-16.png",
            "32": "images\/mabonnerenta-32.png",
            "48": "images\/mabonnerenta-48.png",
            "128": "images\/mabonnerenta-128.png"
        },
        "default_popup": "popup\/popup.html",
        "default_title": "Check to see if our code is on this page"
    },
    "icons": {
        "16": "images\/mabonnerenta-16.png",
        "32": "images\/mabonnerenta-32.png",
        "48": "images\/mabonnerenta-48.png",
        "128": "images\/mabonnerenta-128.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.leboncoin.fr\/*"
        ]
    },
    "manifest_version": 2
}