Immobilienscout24 Rendite und Mietpreis

Fügt beim Expose einer Immobilie auf Immobilienscout24 ein Feld zur Berechnung des Mietpreises für eine gewählte Rendite hinzu

What is Immobilienscout24 Rendite und Mietpreis?

Immobilienscout24 Rendite und Mietpreis is a Chrome extension developed by der Immobilienfreund, and its main feature is "Fügt beim Expose einer Immobilie auf Immobilienscout24 ein Feld zur Berechnung des Mietpreises für eine gewählte Rendite hinzu".

Extension Screenshots

screenshot

Download Immobilienscout24 Rendite und Mietpreis Extension CRX File

Download Immobilienscout24 Rendite und Mietpreis extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Wenn du das nächste Mal Immobilienangebote auf Immobilienscout24 nach Anlageobjekten für dein Investment durchsuchst, dann hilft dir dieses Plugin bei der Mietpreisberechnung zu deiner gewünschten Rendite.

Zudem berechnet die Erweiterung die Kosten und den Mietpreis pro Quadratmeter Wohnfläche.                    

Extension Basic Information

Name Immobilienscout24 Rendite und Mietpreis Immobilienscout24 Rendite und Mietpreis
ID oolheohggjedbnhlgapmanbfdliceinm
Official URL https://chromewebstore.google.com/detail/immobilienscout24-rendite/oolheohggjedbnhlgapmanbfdliceinm
Description Fügt beim Expose einer Immobilie auf Immobilienscout24 ein Feld zur Berechnung des Mietpreises für eine gewählte Rendite hinzu
File Size 11.05 KB
Installation Count 905
Current Version 1.0.1
Last Updated 2020-11-06
Publish Date 2020-10-27
Rating 5.00/5 Total 3 Ratings
Developer der Immobilienfreund
Email [email protected]
Payment Type free
Supported Languages de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Immobilienscout24 Rendite und Mietpreis",
    "description": "F\u00fcgt beim Expose einer Immobilie auf Immobilienscout24 ein Feld zur Berechnung des Mietpreises f\u00fcr eine gew\u00e4hlte Rendite hinzu",
    "version": "1.0.1",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.immobilienscout24.de\/expose*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}