Address Helper for RightMove
Address Helper for RightMove
What is Address Helper for RightMove?
Address Helper for RightMove is a Chrome extension developed by ukpropertycommunity.com, and its main feature is "Address Helper for RightMove".
Extension Screenshots
Download Address Helper for RightMove Extension CRX File
Download Address Helper for RightMove extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Address Helper for RightMove |
ID | lifjjkbfffnigehemaibfklomnbklmad |
Official URL | https://chromewebstore.google.com/detail/address-helper-for-rightm/lifjjkbfffnigehemaibfklomnbklmad |
Description | Address Helper for RightMove |
File Size | 16.68 KB |
Installation Count | 2,264 |
Current Version | 1.0.1 |
Last Updated | 2023-05-29 |
Publish Date | 2022-07-01 |
Rating | 4.91/5 Total 11 Ratings |
Developer | ukpropertycommunity.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |