ImmobilienScout24 | Improved search cards
Improve search cards by adding extra information such as availability date, floor, parking, pets
什麼是ImmobilienScout24 | Improved search cards?
ImmobilienScout24 | Improved search cards是由easelife.extension開發的Chrome擴展程式,該擴展的主要功能是“Improve search cards by adding extra information such as availability date, floor, parking, pets”。
擴展截圖
下載ImmobilienScout24 | Improved search cards擴展crx文件
下載ImmobilienScout24 | Improved search cards擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | ImmobilienScout24 | Improved search cards |
ID | hibefcigclhgpceefplfdjealjbeafpj |
官方網址 | https://chromewebstore.google.com/detail/immobilienscout24-improve/hibefcigclhgpceefplfdjealjbeafpj |
簡介 | Improve search cards by adding extra information such as availability date, floor, parking, pets |
檔案大小 | 32.26 KB |
安裝次數 | 769 |
目前版本 | 1.0.2 |
更新時間 | 2022-05-30 |
上架時間 | 2021-07-14 |
開發者 | easelife.extension |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" } } |