Homescope

Discover cashflow rental properties in seconds!

什么是Homescope?

Homescope是由https://homescope.io开发的Chrome扩展程序,该扩展的主要功能是“Discover cashflow rental properties in seconds!”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Homescope扩展crx文件

下载Homescope扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Homescope Homescope
ID idiapepibkojbdegibeeoodjgpolflne
官方URL https://chromewebstore.google.com/detail/homescope/idiapepibkojbdegibeeoodjgpolflne
简介 Discover cashflow rental properties in seconds!
文件大小 1.1 MB
安装次数 158
当前版本 2.1.5
更新时间 2022-10-10
上架时间 2022-09-07
评分 3.67/5 共3次评分
开发者 https://homescope.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://homescope.io
帮助页面URL https://homescope.io/contact
支持的语言 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"
    }
}