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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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 फ़ाइल डाउनलोड करें

crx प्रारूप में HomeBuzz - Comment on Real Estate Listings एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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