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.

Qu'est-ce que HomeBuzz - Comment on Real Estate Listings ?

HomeBuzz - Comment on Real Estate Listings est une extension Chrome développée par https://toriihomes.com, et sa fonction principale est "HomeBuzz adds a comment sidebar to any listing on real estate websites. Rate properties, leave comments, and see trending homes.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension HomeBuzz - Comment on Real Estate Listings

Téléchargez les fichiers d'extension HomeBuzz - Comment on Real Estate Listings au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom HomeBuzz - Comment on Real Estate Listings HomeBuzz - Comment on Real Estate Listings
ID gokijpcjnbdpolblfkbpgcjocmjlnopa
URL Officiel https://chromewebstore.google.com/detail/homebuzz-comment-on-real/gokijpcjnbdpolblfkbpgcjocmjlnopa
Description HomeBuzz adds a comment sidebar to any listing on real estate websites. Rate properties, leave comments, and see trending homes.
Taille du Fichier 104 KB
Nombre d'Installations 99
Version Actuelle 1.0.3
Dernière Mise à Jour 2021-09-20
Date de Publication 2021-08-18
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://toriihomes.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://toriihomes.com/
URL de la Page d'Aide https://toriihomes.com/contact
URL de la Page de Politique de Confidentialité https://www.toriihomes.com/legal/privacy
Langues Prises en Charge 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"
    ]
}