Homescope

Discover cashflow rental properties in seconds!

Co je Homescope?

Homescope je rozšíření Chrome vyvinuté https://homescope.io, a jeho hlavní funkcí je „Discover cashflow rental properties in seconds!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Homescope

Stáhněte si soubory rozšíření Homescope 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í

                        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                    

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

Název Homescope Homescope
ID idiapepibkojbdegibeeoodjgpolflne
Oficiální URL https://chromewebstore.google.com/detail/homescope/idiapepibkojbdegibeeoodjgpolflne
Popis Discover cashflow rental properties in seconds!
Velikost souboru 1.1 MB
Počet instalací 158
Aktuální Verze 2.1.5
Poslední Aktualizace 2022-10-10
Datum Vydání 2022-09-07
Hodnocení 3.67/5 Celkem 3 Hodnocení
Vývojář https://homescope.io
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://homescope.io
URL Stránky Nápovědy https://homescope.io/contact
Podporované Jazyky 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"
    }
}