Immovestics Insights

Immobilien Investment Analytics

Co je Immovestics Insights?

Immovestics Insights je rozšíření Chrome vyvinuté https://immovestics.com, a jeho hlavní funkcí je „Immobilien Investment Analytics“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Immovestics Insights

Stáhněte si soubory rozšíření Immovestics Insights ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Immovestics Insights unterstützt Sie mit blitzschnellen Analysen bei Ihrer Immobiliensuche.

Wir analysieren für Sie Immobilien direkt im Browser, ganz nebenbei und ohne Aufwand. Wenn Sie eine der unterstützten Immobilienseiten aufrufen, bewertet Immovestics Insights die angezeigten Objekte und zeigt Ihnen die Ergebnisse direkt an.

Ein erster Indikator erscheint über dem Icon neben der Adresszeile. Weckt dieser Ihr Interesse, dann können Sie die Detailanalyse mit einem einfachen Klick auf das Icon aufrufen. So erfahren Sie blitzschnell und ohne Aufwand mehr zu Angebotspreis, Miete, Rendite und Faktor.

Mit Immovestics Insights profitieren Sie von weit über einer Million Datensätzen, welche die Grundlage für unsere Funktionen bilden. Die angezeigten Immobiliendaten werden zur Analyse an unsere leistungsfähigen Server geschickt und dort analysiert. Die Ergebnisse schicken wir zurück und zeigen sie direkt im Browser an. Einfach, schnell und komfortabel.

Möchten Sie außerdem erfahren, welche Faktoren zu genau diesem Preis beigetragen haben? Dann gelangen Sie ebenso komfortabel direkt zur Detailanalyse auf Immovestics.com.

Aktuell werden die folgenden Seiten unterstützt:
* immobilienscout24.de
* weitere folgen bald

Wünschen Sie sich weitere Immobilienseiten? Oder haben Sie Ideen für neue Funktionen? Dann kontaktieren Sie uns unter [email protected]!

Weitere Informationen finden Sie hier:
Impressum: https://www.immovestics.com/impressum
Datenschutzerklärung: https://www.immovestics.com/datenschutz
AGB: https://www.immovestics.com/agb                    

Základní Informace o Rozšíření

Název Immovestics Insights Immovestics Insights
ID eicoigpidifefdbbijhbgcmabnbjnfai
Oficiální URL https://chromewebstore.google.com/detail/immovestics-insights/eicoigpidifefdbbijhbgcmabnbjnfai
Popis Immobilien Investment Analytics
Velikost souboru 283 KB
Počet instalací 574
Aktuální Verze 1.0.5
Poslední Aktualizace 2023-08-29
Datum Vydání 2021-05-26
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://immovestics.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.immovestics.com
URL Stránky Nápovědy https://www.immovestics.com/browser
URL Stránky Zásad Ochrany Soukromí https://www.immovestics.com/datenschutz
Podporované Jazyky de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Immovestics Insights",
    "description": "Immobilien Investment Analytics",
    "version": "1.0.5",
    "manifest_version": 3,
    "icons": {
        "16": ".\/obj-16.png",
        "32": ".\/obj-32.png",
        "48": ".\/obj-48.png",
        "128": ".\/obj-128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.immobilienscout24.de\/expose\/*"
            ],
            "js": [
                ".\/config\/config.js",
                ".\/js\/helpers.js",
                ".\/content_scripts\/is24expose.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.immobilienscout24.de\/Suche\/*"
            ],
            "js": [
                ".\/config\/config.js",
                ".\/js\/helpers.js",
                ".\/content_scripts\/is24search.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_title": "Immovestics Insights",
        "default_popup": ".\/popup\/popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "options_page": "options.html"
}