Homescope

Discover cashflow rental properties in seconds!

Homescopeคืออะไร?

Homescope เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://homescope.io และคุณลักษณะหลักของมันคือ "Discover cashflow rental properties in seconds!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Homescope

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}