Rightmove Property Notes
Annotates properties on Rightmove with information gleaned from other property data, such as: - Price drops on this property -…
Rightmove Property Notes란 무엇입니까?
Rightmove Property Notes은(는) Meirion Consulting에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Annotates properties on Rightmove with information gleaned from other property data, such as: - Price drops on this property -…"입니다.
확장 프로그램 스크린샷
Rightmove Property Notes 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Annotates properties on Rightmove with information gleaned from other property data, such as: - Price drops on this property - Comparable property asking prices, in nominal and real terms - Comparable sold prices on similar properties - Expected marketing price - Price/square foot
확장 프로그램 기본 정보
이름 | Rightmove Property Notes |
ID | ddnkogahnfkgkechllbdfgacnkikddbf |
공식 URL | https://chromewebstore.google.com/detail/rightmove-property-notes/ddnkogahnfkgkechllbdfgacnkikddbf |
설명 | Annotates properties on Rightmove with information gleaned from other property data, such as: - Price drops on this property -… |
파일 크기 | 8.89 KB |
설치 횟수 | 169 |
현재 버전 | 1.10 |
최근 업데이트 | 2024-03-03 |
출시 날짜 | 2023-12-16 |
개발자 | Meirion Consulting |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.freeprivacypolicy.com/live/ec675432-6c4f-4fae-8e14-e46a59f97491 |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Rightmove Property Notes", "version": "1.10", "permissions": [], "action": { "default_popup": "popup.html" }, "background": [], "content_scripts": [ { "js": [ "scripts\/contents.js" ], "matches": [ "https:\/\/www.rightmove.co.uk\/*" ], "css": [ "css\/rightmove-property-london-notes.css" ] } ] } |