GuidImmo
GuidImmo - Extension d'aide à la recherche d'immobilier bon marché.
GuidImmo là gì?
GuidImmo là một tiện ích mở rộng Chrome được phát triển bởi Jeremy, và tính năng chính của nó là "GuidImmo - Extension d'aide à la recherche d'immobilier bon marché.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng GuidImmo
Tải xuống các tệp mở rộng GuidImmo 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
🔥🔥 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 !
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GuidImmo |
ID | lfnmpobmaponcnhanmnigpefmaciekkg |
URL Chính Thức | https://chromewebstore.google.com/detail/guidimmo/lfnmpobmaponcnhanmnigpefmaciekkg |
Mô tả | GuidImmo - Extension d'aide à la recherche d'immobilier bon marché. |
Kích Thước Tệp | 821 KB |
Số Lần Cài Đặt | 24 |
Phiên Bản Hiện Tại | 1.5 |
Cập Nhật Lần Cuối | 2019-11-30 |
Ngày Phát Hành | 2019-11-30 |
Nhà Phát Triển | Jeremy |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |