Address Helper for RightMove
Address Helper for RightMove
Address Helper for RightMove란 무엇입니까?
Address Helper for RightMove은(는) ukpropertycommunity.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Address Helper for RightMove"입니다.
확장 프로그램 스크린샷
Address Helper for RightMove 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The 'Address Helper for Right Move' Extension could add house numbers to houses on rightmove.co.uk that have a sales history. It might also add the EPC and m2 of the house in some cases. For feedback and feature requests, please join the WhatsApp Group: https://chat.whatsapp.com/Hph2IGLGI364FPdgH8kEKk For questions and feedback, please email [email protected] or text me on +447383735235
확장 프로그램 기본 정보
이름 | Address Helper for RightMove |
ID | lifjjkbfffnigehemaibfklomnbklmad |
공식 URL | https://chromewebstore.google.com/detail/address-helper-for-rightm/lifjjkbfffnigehemaibfklomnbklmad |
설명 | Address Helper for RightMove |
파일 크기 | 16.68 KB |
설치 횟수 | 2,264 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2023-05-29 |
출시 날짜 | 2022-07-01 |
평점 | 4.91/5 총 11 개의 평점 |
개발자 | ukpropertycommunity.com |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Address Helper for RightMove", "description": "Address Helper for RightMove", "version": "1.0.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/*.communities.gov.uk\/*", "https:\/\/*.service.gov.uk\/*", "https:\/\/www.rightmove.co.uk\/*", "https:\/\/rightmove.co.uk\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.rightmove.co.uk\/*", "https:\/\/rightmove.co.uk\/*" ], "js": [ "inject.js", "inject_2.js" ], "css": [ "custom.css" ] } ], "icons": { "16": "\/images\/icon.png", "32": "\/images\/icon.png", "48": "\/images\/icon.png", "128": "\/images\/icon.png" } } |