GuidImmo
GuidImmo - Extension d'aide à la recherche d'immobilier bon marché.
Co to jest GuidImmo?
GuidImmo to rozszerzenie Chrome opracowane przez Jeremy, a jego główną funkcją jest „GuidImmo - Extension d'aide à la recherche d'immobilier bon marché.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GuidImmo
Pobierz pliki rozszerzeń GuidImmo w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
🔥🔥 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 !
Podstawowe informacje o rozszerzeniu
Nazwa | GuidImmo |
ID | lfnmpobmaponcnhanmnigpefmaciekkg |
Oficjalny URL | https://chromewebstore.google.com/detail/guidimmo/lfnmpobmaponcnhanmnigpefmaciekkg |
Opis | GuidImmo - Extension d'aide à la recherche d'immobilier bon marché. |
Rozmiar pliku | 821 KB |
Liczba instalacji | 24 |
Aktualna Wersja | 1.5 |
Ostatnia Aktualizacja | 2019-11-30 |
Data Publikacji | 2019-11-30 |
Deweloper | Jeremy |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } |