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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } |