Homescope

Discover cashflow rental properties in seconds!

Was ist Homescope?

Homescope ist eine Chrome-Erweiterung, die von https://homescope.io entwickelt wurde, und ihr Hauptmerkmal ist "Discover cashflow rental properties in seconds!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Homescope-Erweiterungs-CRX-Datei herunterladen

Laden Sie Homescope-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Homescope Extension by homescope.io
Use Homescope to instantly analyze a real estate property right within Zillow.

Estimate your operating expenses and see estimate your monthly cash flow for a rental property.

See more details at: https://homescope.io                    

Grundlegende Informationen zur Erweiterung

Name Homescope Homescope
ID idiapepibkojbdegibeeoodjgpolflne
Offizielle URL https://chromewebstore.google.com/detail/homescope/idiapepibkojbdegibeeoodjgpolflne
Beschreibung Discover cashflow rental properties in seconds!
Dateigröße 1.1 MB
Installationsanzahl 158
Aktuelle Version 2.1.5
Letztes Update 2022-10-10
Veröffentlichungsdatum 2022-09-07
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler https://homescope.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://homescope.io
Hilfeseite URL https://homescope.io/contact
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Homescope",
    "version": "2.1.5",
    "icons": {
        "16": "assets\/icons\/logo192.png",
        "48": "assets\/icons\/logo192.png",
        "128": "assets\/icons\/logo192.png"
    },
    "description": "Discover cashflow rental properties in seconds!",
    "homepage_url": "https:\/\/homescope.io",
    "short_name": "Homescope",
    "permissions": [
        "tabs",
        "storage",
        "identity"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "author": "calebfahlgren",
    "minimum_chrome_version": "88",
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "js\/serviceworker.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.zillow.com\/*",
                "https:\/\/*.zillow.com\/*"
            ],
            "js": [
                "js\/contentScript.bundle.js"
            ],
            "css": [
                "assets\/styles\/sidebar.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*",
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icons\/logo192.png",
            "48": "assets\/icons\/logo192.png",
            "128": "assets\/icons\/logo192.png"
        },
        "default_title": "homescope"
    }
}