Immo Profits
Estimation instantanée de l'intérêt d'un projet immobilier locatif (score et rendements) sur les sites d'annonces immobilières.
Immo Profits là gì?
Immo Profits là một tiện ích mở rộng Chrome được phát triển bởi https://www.immoprofits.fr, và tính năng chính của nó là "Estimation instantanée de l'intérêt d'un projet immobilier locatif (score et rendements) sur les sites d'annonces immobilières.".
Ả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 Immo Profits
Tải xuống các tệp mở rộng Immo Profits 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
Estimez instantanément l’intérêt d’un projet d’investissement immobilier locatif avant même de cliquer sur l’annonce et ce, grâce à un indicateur simple : un thermomètre avec 3 couleurs possibles. Notre analyse détaillée s'affiche également sur la page d'annonce immobilière des sites les plus populaires tels que leboncoin.fr et seloger.com (d'autres seront ajoutés prochainement). Cliquez sur le ‘Vumètre’ qui renseigne automatiquement l’application, ce qui vous permettra de modifier certaines données et d’optimiser le rendement locatif. Le gain de temps est considérable puisque nous analysons, pour vous, les paramètres primordiaux à un investissement locatif à moindre risque. Cette analyse inclut entre autres la population, l’évolution démographique, le rendement brut et net. Afin de vous aider dans votre négociation, nous vous donnons également le prix idéal d’achat pour bénéficier de l'autofinancement (sans que votre endettement personnel ne soit impacté). Le plugin vous permettra également de sauvegarder vos annonces favorites. Pour consultez notre politique de confidentialité: https://www.immoprofits.fr/politique-de-confidentialite/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Immo Profits |
ID | hcpnaggghlcklfcdffbnibcjnjicjnba |
URL Chính Thức | https://chromewebstore.google.com/detail/immo-profits/hcpnaggghlcklfcdffbnibcjnjicjnba |
Mô tả | Estimation instantanée de l'intérêt d'un projet immobilier locatif (score et rendements) sur les sites d'annonces immobilières. |
Kích Thước Tệp | 39.78 KB |
Số Lần Cài Đặt | 234 |
Phiên Bản Hiện Tại | 0.0.4 |
Cập Nhật Lần Cuối | 2020-11-28 |
Ngày Phát Hành | 2020-06-25 |
Đánh Giá | 3.40/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | https://www.immoprofits.fr |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.immoprofits.fr |
URL Trang Trợ Giúp | https://www.immoprofits.fr/faq/plugin-immoprofits/ |
URL Trang Chính Sách Bảo Mật | https://www.immoprofits.fr/politique-de-confidentialite |
Ngôn Ngữ Được Hỗ Trợ | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Immo Profits", "version": "0.0.4", "description": "Estimation instantan\u00e9e de l'int\u00e9r\u00eat d'un projet immobilier locatif (score et rendements) sur les sites d'annonces immobili\u00e8res.", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhDeyHSTzGm4l4wIbROHMgbAymZoOCdZnZymBRroDphg4z13K9Ji9bbtkzPi3kubq2ZJH9RCo0MjIrKnv1HStmK6amRh3AEdqgtMK1oF8qcERGQiHhOrfnmDg89LTEE\/C8TL69o6xaYxaNFMSMBCJwQ\/K5btIdwTXh89FszFiGZcX87WTV8yXwj2\/VsEERVAEmcKbS2qU9yHuhne0SGWuAgjiucv2kruoB1h75dlRgsIMO7tv4de7Fsra1QiYkw3kCFzJmEOSfbuD9CxXhGGWJ2hH\/0K6IcuvVfCE91SMLWhZ7iVL61EotE0LmnMog5L0N6dz768is5VH7vyykdIiuQIDAQAB", "permissions": [ "storage", "*:\/\/*.leboncoin.fr\/*", "*:\/\/*.seloger.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'", "background": { "page": "background.html", "persistent": true }, "content_scripts": [ { "all_frames": true, "js": [ "inject.js", "content.js" ], "matches": [ "https:\/\/www.leboncoin.fr\/*" ], "run_at": "document_end" }, { "all_frames": true, "js": [ "injectsl.js", "content.js" ], "matches": [ "*:\/\/*.seloger.com\/*" ], "run_at": "document_start" } ], "externally_connectable": { "matches": [ "*:\/\/*.leboncoin.fr\/*", "*:\/\/*.seloger.com\/*", "http:\/\/localhost:4200\/*", "*:\/\/www.immoprofits.fr\/app\/*" ] }, "web_accessible_resources": [ "injected.js", "injectedsl.js" ], "manifest_version": 2, "browser_action": { "default_icon": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "default_popup": "popup.html", "default_title": "Immo Profits" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |