HomeBuzz - Comment on Real Estate Listings

HomeBuzz adds a comment sidebar to any listing on real estate websites. Rate properties, leave comments, and see trending homes.

HomeBuzz - Comment on Real Estate Listingsคืออะไร?

HomeBuzz - Comment on Real Estate Listings เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://toriihomes.com และคุณลักษณะหลักของมันคือ "HomeBuzz adds a comment sidebar to any listing on real estate websites. Rate properties, leave comments, and see trending homes."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HomeBuzz - Comment on Real Estate Listings

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

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

                        Haven't you ever wondered if a home's photos were accurate? Or maybe you want to know more about the coffee shop down the street. Or maybe you just love the mid-century modern living area. Now with HomeBuzz you can share your thoughts, and see what others have to say about any real estate listing on your favorite websites.

HomeBuzz adds a sidebar to Chrome when you're on a real estate listing on supported websites. The conversation is just about the listing you're looking at, and you'll see the same comments regardless of which site you're viewing the listing on.                    

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

ชื่อ HomeBuzz - Comment on Real Estate Listings HomeBuzz - Comment on Real Estate Listings
ID gokijpcjnbdpolblfkbpgcjocmjlnopa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/homebuzz-comment-on-real/gokijpcjnbdpolblfkbpgcjocmjlnopa
คำอธิบาย HomeBuzz adds a comment sidebar to any listing on real estate websites. Rate properties, leave comments, and see trending homes.
ขนาดไฟล์ 104 KB
จำนวนการติดตั้ง 99
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2021-09-20
วันที่เผยแพร่ 2021-08-18
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://toriihomes.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://toriihomes.com/
URL หน้าช่วยเหลือ https://toriihomes.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://www.toriihomes.com/legal/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HomeBuzz - Comment on Real Estate Listings",
    "description": "HomeBuzz adds a comment sidebar to any listing on real estate websites. Rate properties, leave comments, and see trending homes.",
    "version": "1.0.3",
    "web_accessible_resources": [
        "entry.js"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "HomeBuzz - Comment on Real Estate Listings",
        "default_icon": {
            "16": "images\/extension_logo_icon_off.png",
            "32": "images\/extension_logo_icon_off.png",
            "48": "images\/extension_logo_icon_off.png",
            "128": "images\/extension_logo_icon_off.png"
        }
    },
    "icons": {
        "16": "images\/extension_logo_icon.png",
        "32": "images\/extension_logo_icon.png",
        "48": "images\/extension_logo_icon.png",
        "128": "images\/extension_logo_icon.png"
    },
    "manifest_version": 2,
    "permissions": [
        "https:\/\/www.toriihomes.com\/*",
        "https:\/\/www.redfin.com\/*",
        "https:\/\/www.zillow.com\/*",
        "tabs",
        "webRequest",
        "webRequestBlocking"
    ]
}