HomeFlow

With Homeflow Chrome Extension, you stay organized and keep your properties in one place with Free Self-Paced Property Aggregator.

HomeFlowคืออะไร?

HomeFlow เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tryhomeflow.com และคุณลักษณะหลักของมันคือ "With Homeflow Chrome Extension, you stay organized and keep your properties in one place with Free Self-Paced Property Aggregator."

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

screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย HomeFlow ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        With the help of HomeFlow Chrome Extension, you can stay organized and keep all your properties in one place with our Free Self-Paced Property Aggregator.

Use our free tools to simplify and efficiently manage your home search process. Use our Chrome Extension to browse properties across various platforms and save properties in one place.

HomeFlow Chrome Extension helps you search and store properties from the different platforms as listed below.
- Zillow.com
- Trulia.com
- Realtor.com
- Redfin.com
- Homes.com

SEARCH
Search properties from various listing websites

SAVE
Save properties using the Extension

ORGANIZE & TRACK
Search properties from various listing websites and see it on the Property Board                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ HomeFlow HomeFlow
ID cppljkkofnppfeackjnepcghdbekkpoh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/homeflow/cppljkkofnppfeackjnepcghdbekkpoh
คำอธิบาย With Homeflow Chrome Extension, you stay organized and keep your properties in one place with Free Self-Paced Property Aggregator.
ขนาดไฟล์ 50.92 KB
จำนวนการติดตั้ง 39
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2023-09-06
วันที่เผยแพร่ 2020-09-02
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://tryhomeflow.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://app.tryhomeflow.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HomeFlow",
    "description": "With Homeflow Chrome Extension, you stay organized and keep your properties in one place with Free Self-Paced Property Aggregator.",
    "version": "1.0.5",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/app.tryhomeflow.com\/*",
        "https:\/\/www.trulia.com\/*",
        "https:\/\/www.realtor.com\/*",
        "https:\/\/www.redfin.com\/*",
        "https:\/\/www.homes.com\/*",
        "https:\/\/www.zillow.com\/*"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "\/images\/default_icon_16.png",
            "32": "\/images\/default_icon_32.png",
            "48": "\/images\/default_icon_48.png",
            "128": "\/images\/default_icon_128.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "css\/content.css"
            ],
            "js": [
                "libs\/jquery-3.1.1.min.js",
                "contentscript\/content.js"
            ],
            "matches": [
                "https:\/\/www.trulia.com\/*",
                "https:\/\/www.realtor.com\/*",
                "https:\/\/www.redfin.com\/*",
                "https:\/\/www.homes.com\/*",
                "https:\/\/www.zillow.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "\/images\/default_icon_16.png",
        "32": "\/images\/default_icon_32.png",
        "48": "\/images\/default_icon_48.png",
        "128": "\/images\/default_icon_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.app.tryhomeflow.com\/*",
            "https:\/\/app.tryhomeflow.com\/*",
            "https:\/\/www.trulia.com\/*",
            "https:\/\/www.realtor.com\/*",
            "https:\/\/www.redfin.com\/*",
            "https:\/\/www.homes.com\/*",
            "https:\/\/www.zillow.com\/*"
        ]
    }
}