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.
O que é HomeBuzz - Comment on Real Estate Listings?
HomeBuzz - Comment on Real Estate Listings é uma extensão do Chrome desenvolvida por https://toriihomes.com, e sua principal característica é "HomeBuzz adds a comment sidebar to any listing on real estate websites. Rate properties, leave comments, and see trending homes.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão HomeBuzz - Comment on Real Estate Listings
Baixe arquivos de extensão HomeBuzz - Comment on Real Estate Listings no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | HomeBuzz - Comment on Real Estate Listings |
ID | gokijpcjnbdpolblfkbpgcjocmjlnopa |
URL Oficial | https://chromewebstore.google.com/detail/homebuzz-comment-on-real/gokijpcjnbdpolblfkbpgcjocmjlnopa |
Descrição | HomeBuzz adds a comment sidebar to any listing on real estate websites. Rate properties, leave comments, and see trending homes. |
Tamanho do Arquivo | 104 KB |
Contagem de Instalações | 99 |
Versão Atual | 1.0.3 |
Última Atualização | 2021-09-20 |
Data de Publicação | 2021-08-18 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | https://toriihomes.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://toriihomes.com/ |
URL da Página de Ajuda | https://toriihomes.com/contact |
URL da Página de Política de Privacidade | https://www.toriihomes.com/legal/privacy |
Idiomas Suportados | 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" ] } |