Address Helper for RightMove
Address Helper for RightMove
Cos'è Address Helper for RightMove?
Address Helper for RightMove è un'estensione di Chrome sviluppata da ukpropertycommunity.com, e la sua funzione principale è "Address Helper for RightMove".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Address Helper for RightMove
Scarica i file di estensione Address Helper for RightMove in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Address Helper for RightMove |
ID | lifjjkbfffnigehemaibfklomnbklmad |
URL Ufficiale | https://chromewebstore.google.com/detail/address-helper-for-rightm/lifjjkbfffnigehemaibfklomnbklmad |
Descrizione | Address Helper for RightMove |
Dimensione del File | 16.68 KB |
Conteggio Installazioni | 2,264 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2023-05-29 |
Data di Pubblicazione | 2022-07-01 |
Valutazione | 4.91/5 Totale 11 Valutazioni |
Sviluppatore | ukpropertycommunity.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |