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是由https://toriihomes.com開發的Chrome擴展程式,該擴展的主要功能是“HomeBuzz adds a comment sidebar to any listing on real estate websites. Rate properties, leave comments, and see trending homes.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載HomeBuzz - Comment on Real Estate Listings擴展crx文件

下載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
官方網址 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"
    ]
}