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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

ImmobilienScout24 | Improved search cards 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 ImmobilienScout24 | Improved search cards
ID hibefcigclhgpceefplfdjealjbeafpj
공식 URL 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"
    }
}