Rote Kapsel - Super Charge your Immobilien Search in the German Market

A smart & easy tool to navigate rental and sales real estate property ads in Germany (Immobilien Anzeigen) on the most popular…

Rote Kapsel - Super Charge your Immobilien Search in the German Marketとは何ですか?

Rote Kapsel - Super Charge your Immobilien Search in the German Marketはhttps://rotekapsel.deによって開発されたChromeの拡張機能で、その主な機能は「A smart & easy tool to navigate rental and sales real estate property ads in Germany (Immobilien Anzeigen) on the most popular…」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Rote Kapsel - Super Charge your Immobilien Search in the German Market拡張機能のCRXファイルをダウンロード

Rote Kapsel - Super Charge your Immobilien Search in the German Market拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        New!📢 We have updated the list of websites and added more interesting places!
We hope to be able to offer you a better and more comprehensive service very soon!
Please keep your fingers crossed!😊

With this extension, users could get enhanced information about property listings from the major property sites in Germany, i.e. immobilienscout24.de , immonet.de , immowelt.de. 
Information such as when the listing was originally submitted and any price changes to the listing.

Very easy to install and use!

★★ How does it work? ★★
1. first install the extension, directly on this page (button above - "Add")! 
2. after installing the extension, go to the real estate portal and start your search.
3. you can see the Rote-Kapsel indicator on the pictures of the exposé.
4. the indicator is also displayed on the image of the full exposé pages
5. Rote-Kapsel is accessible for everyone ★without registration, without tracking!★

★If you had an Exposés open, just refresh the page after installation and: Viola! You will then see the indicator on the page★

Please note that this extension is available on desktop computers (laptops etc.) only and not on mobile devices (phones, tablets etc.)

Enjoy!                    

拡張機能の基本情報

名前 Rote Kapsel - Super Charge your Immobilien Search in the German Market Rote Kapsel - Super Charge your Immobilien Search in the German Market
ID jnmbpmkphhcbhbfbcillhegbkipedapp
公式URL https://chromewebstore.google.com/detail/rote-kapsel-super-charge/jnmbpmkphhcbhbfbcillhegbkipedapp
説明 A smart & easy tool to navigate rental and sales real estate property ads in Germany (Immobilien Anzeigen) on the most popular…
ファイルサイズ 151 KB
インストール数 30,000
現在のバージョン 2.3.3
最終更新日 2024-01-19
公開日 2021-04-29
評価 4.63/5 合計 35 レビュー
開発者 https://rotekapsel.de
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://rotekapsel.de/
プライバシーポリシーページのURL https://www.rotekapsel.de/datenschutz
対応言語 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_description__",
    "version": "2.3.3",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": "icon\/icon-128.png"
    },
    "icons": {
        "16": "icon\/icon-16.png",
        "48": "icon\/icon-48.png",
        "128": "icon\/icon-128.png"
    },
    "default_locale": "de",
    "permissions": [
        "webRequest",
        "scripting",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/*.immobilienscout24.de\/*",
        "*:\/\/*.immowelt.de\/*",
        "*:\/\/*.immonet.de\/*",
        "*:\/\/*.kleinanzeigen.de\/*",
        "*:\/\/*.markt.de\/*",
        "*:\/\/*.mobile.de\/*",
        "*:\/\/*.autoscout24.de\/*",
        "*:\/\/*.engelvoelkers.de\/*",
        "*:\/\/*.von-poll.com\/*",
        "*:\/\/*.wg-gesucht.de\/*",
        "*:\/\/*.rotekapsel.de\/*",
        "*:\/\/*.immobilienscout24.at\/*",
        "*:\/\/*.immowelt.at\/*",
        "*:\/\/*.kleinanzeigen.at\/*",
        "*:\/\/*.willhaben.at\/*",
        "*:\/\/*.immoscout24.ch\/*",
        "*:\/\/*.homegate.ch\/*",
        "*:\/\/*.flatfox.ch\/*",
        "*:\/\/*.newhome.ch\/*",
        "*:\/\/*.immobiliare.it\/*",
        "*:\/\/*.bakeca.it\/*",
        "*:\/\/*.casa.it\/*",
        "*:\/\/*.thribee.com\/*",
        "*:\/\/*.nestoria.it\/*",
        "*:\/\/*.idealista.com\/*",
        "*:\/\/*.fotocasa.es\/*",
        "*:\/\/*.habitaclia.com\/*",
        "*:\/\/*.pisos.com\/*",
        "*:\/\/*.yaencontre.com\/*"
    ],
    "web_accessible_resources": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.immowelt.de\/*",
                "*:\/\/*.Kleinanzeigen.de\/*"
            ],
            "js": [
                "immogencontent.bundle.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.immobilienscout24.de\/*"
            ],
            "js": [
                "immobilienscout24.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.immobilienscout24.de\/*"
            ],
            "js": [
                "immobilienscout24MainWorld.bundle.js"
            ],
            "run_at": "document_start",
            "world": "MAIN"
        },
        {
            "matches": [
                "*:\/\/*.immowelt.de\/*"
            ],
            "js": [
                "immowelt.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.immonet.de\/*"
            ],
            "js": [
                "immonet.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.kleinanzeigen.de\/*"
            ],
            "js": [
                "kleinanzeigen.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.markt.de\/*"
            ],
            "js": [
                "markt.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.mobile.de\/*"
            ],
            "js": [
                "mobile.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.autoscout24.de\/*"
            ],
            "js": [
                "autoscout24.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.engelvoelkers.de\/*"
            ],
            "js": [
                "engelvoelkers.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.von-poll.com\/*"
            ],
            "js": [
                "vonPoll.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.wg-gesucht.de\/*"
            ],
            "js": [
                "wgGesucht.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.rotekapsel.de\/*"
            ],
            "js": [
                "rotekapselDe.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.immobilienscout24.at\/*"
            ],
            "js": [
                "immobilienscout24At.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.immowelt.at\/*"
            ],
            "js": [
                "immoweltAt.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.kleinanzeigen.at\/*"
            ],
            "js": [
                "kleinanzeigenAt.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.willhaben.at\/*"
            ],
            "js": [
                "willhaben.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.immoscout24.ch\/*"
            ],
            "js": [
                "immoscout24Ch.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.homegate.ch\/*"
            ],
            "js": [
                "homegate.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.flatfox.ch\/*"
            ],
            "js": [
                "flatfox.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.newhome.ch\/*"
            ],
            "js": [
                "newhome.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.immobiliare.it\/*"
            ],
            "js": [
                "immobiliare.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.bakeca.it\/*"
            ],
            "js": [
                "bakeca.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.casa.it\/*"
            ],
            "js": [
                "casaIt.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.thribee.com\/*"
            ],
            "js": [
                "thribee.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.nestoria.it\/*"
            ],
            "js": [
                "nestoria.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.idealista.com\/*"
            ],
            "js": [
                "idealista.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.fotocasa.es\/*"
            ],
            "js": [
                "fotocasaEs.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.habitaclia.com\/*"
            ],
            "js": [
                "habitaclia.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.pisos.com\/*"
            ],
            "js": [
                "pisos.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.yaencontre.com\/*"
            ],
            "js": [
                "yaencontre.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        }
    ]
}