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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } |