GuidImmo
GuidImmo - Extension d'aide à la recherche d'immobilier bon marché.
Что такое GuidImmo?
GuidImmo - это расширение Chrome, разработанное Jeremy, и его основная функция - "GuidImmo - Extension d'aide à la recherche d'immobilier bon marché.".
Снимки экрана расширения
Скачать файл CRX расширения GuidImmo
Скачайте файлы расширений GuidImmo в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
🔥🔥 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 |
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 } |