Homescope

Discover cashflow rental properties in seconds!

Homescope là gì?

Homescope là một tiện ích mở rộng Chrome được phát triển bởi https://homescope.io, và tính năng chính của nó là "Discover cashflow rental properties in seconds!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Homescope

Tải xuống các tệp mở rộng Homescope dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Homescope Homescope
ID idiapepibkojbdegibeeoodjgpolflne
URL Chính Thức https://chromewebstore.google.com/detail/homescope/idiapepibkojbdegibeeoodjgpolflne
Mô tả Discover cashflow rental properties in seconds!
Kích Thước Tệp 1.1 MB
Số Lần Cài Đặt 158
Phiên Bản Hiện Tại 2.1.5
Cập Nhật Lần Cuối 2022-10-10
Ngày Phát Hành 2022-09-07
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://homescope.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://homescope.io
URL Trang Trợ Giúp https://homescope.io/contact
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}