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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}