Property Track
Find a fair price for your next home.
Property Track란 무엇입니까?
Property Track은(는) https://propertytrack.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find a fair price for your next home."입니다.
확장 프로그램 스크린샷
Property Track 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Each day, numerous properties undergo price changes on Rightmove and Property Track allows you to see these price changes on listings over time. By using this extension, you will gain valuable insights into the current housing market conditions in a property's vicinity. This information can be a valuable asset when making informed decisions, especially when it comes to submitting offers or considering your property's selling strategy.
확장 프로그램 기본 정보
이름 | Property Track |
ID | ahknifalnhmbanoclebllcolcdomfdop |
공식 URL | https://chromewebstore.google.com/detail/property-track/ahknifalnhmbanoclebllcolcdomfdop |
설명 | Find a fair price for your next home. |
파일 크기 | 13.43 KB |
설치 횟수 | 65 |
현재 버전 | 1.2 |
최근 업데이트 | 2023-11-24 |
출시 날짜 | 2023-11-02 |
개발자 | https://propertytrack.co |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://propertytrack.co |
도움말 페이지 URL | https://propertytrack.co |
개인정보 보호 정책 페이지 URL | https://propertytrack.co/privacy-policy |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Property Track", "description": "Find a fair price for your next home.", "version": "1.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/www.rightmove.co.uk\/*" ] } ], "action": [], "icons": { "16": "img\/icon-16.png", "32": "img\/icon-32.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" } } |