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

ما هو Immobilienscout24 Rendite und Mietpreis؟

Immobilienscout24 Rendite und Mietpreis هو إضافة Chrome تم تطويرها بواسطة der Immobilienfreund، والميزة الرئيسية لها هي "Fügt beim Expose einer Immobilie auf Immobilienscout24 ein Feld zur Berechnung des Mietpreises für eine gewählte Rendite hinzu".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Immobilienscout24 Rendite und Mietpreis

قم بتنزيل ملفات الامتداد Immobilienscout24 Rendite und Mietpreis بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Immobilienscout24 Rendite und Mietpreis Immobilienscout24 Rendite und Mietpreis
ID oolheohggjedbnhlgapmanbfdliceinm
عنوان URL الرسمي https://chromewebstore.google.com/detail/immobilienscout24-rendite/oolheohggjedbnhlgapmanbfdliceinm
الوصف Fügt beim Expose einer Immobilie auf Immobilienscout24 ein Feld zur Berechnung des Mietpreises für eine gewählte Rendite hinzu
حجم الملف 11.05 KB
عدد التثبيتات 905
النسخة الحالية 1.0.1
آخر تحديث 2020-11-06
تاريخ النشر 2020-10-27
تقييم 5.00/5 مجموع تقييمات 3
المطور der Immobilienfreund
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
            ]
        }
    ]
}