Address Helper for RightMove
Address Helper for RightMove
Address Helper for RightMove là gì?
Address Helper for RightMove là một tiện ích mở rộng Chrome được phát triển bởi ukpropertycommunity.com, và tính năng chính của nó là "Address Helper for RightMove".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Address Helper for RightMove
Tải xuống các tệp mở rộng Address Helper for RightMove dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Address Helper for RightMove |
ID | lifjjkbfffnigehemaibfklomnbklmad |
URL Chính Thức | https://chromewebstore.google.com/detail/address-helper-for-rightm/lifjjkbfffnigehemaibfklomnbklmad |
Mô tả | Address Helper for RightMove |
Kích Thước Tệp | 16.68 KB |
Số Lần Cài Đặt | 2,264 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2023-05-29 |
Ngày Phát Hành | 2022-07-01 |
Đánh Giá | 4.91/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | ukpropertycommunity.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |