ImmobilienScout24 | Improved search cards
Improve search cards by adding extra information such as availability date, floor, parking, pets
ImmobilienScout24 | Improved search cards là gì?
ImmobilienScout24 | Improved search cards là một tiện ích mở rộng Chrome được phát triển bởi easelife.extension, và tính năng chính của nó là "Improve search cards by adding extra information such as availability date, floor, parking, pets".
Ả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 ImmobilienScout24 | Improved search cards
Tải xuống các tệp mở rộng ImmobilienScout24 | Improved search cards 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
Every adult in Germany at least once life was looking for a flat. For that, ImmobilienScout24 is usually an option. However, the searching page does not provide complete information based on the user's preference, such as availability date, pets, parking lots, etc. That forces YOU to enter every flat page to discover detailed descriptions, opening subpages again and again. Why should we lose time? This extension parses all flat-card subpages automatically and presents the data in a handy way. You can disable and enable information you need to in settings, namely availability date, pets, parking lots, or floor. Enjoy the saved time while searching for an apartment :) P.S. If this extension saved your time and eased the search, you can support me with a donation.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ImmobilienScout24 | Improved search cards |
ID | hibefcigclhgpceefplfdjealjbeafpj |
URL Chính Thức | https://chromewebstore.google.com/detail/immobilienscout24-improve/hibefcigclhgpceefplfdjealjbeafpj |
Mô tả | Improve search cards by adding extra information such as availability date, floor, parking, pets |
Kích Thước Tệp | 32.26 KB |
Số Lần Cài Đặt | 769 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2022-05-30 |
Ngày Phát Hành | 2021-07-14 |
Nhà Phát Triển | easelife.extension |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ImmobilienScout24 | Improved search cards", "version": "1.0.2", "description": "Improve search cards by adding extra information such as availability date, floor, parking, pets", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*.immobilienscout24.de\/Suche\/*" ], "js": [ "contentScript.js" ] } ], "action": { "default_popup": "popup.html", "default_icon": ".\/images\/icon.png" }, "icons": { "16": "images\/icon.png", "32": "images\/icon.png", "64": "images\/icon_128.png", "128": "images\/icon_128.png" } } |