Address Helper for RightMove

Address Helper for RightMove

Co to jest Address Helper for RightMove?

Address Helper for RightMove to rozszerzenie Chrome opracowane przez ukpropertycommunity.com, a jego główną funkcją jest „Address Helper for RightMove”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Address Helper for RightMove

Pobierz pliki rozszerzeń Address Helper for RightMove w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Address Helper for RightMove Address Helper for RightMove
ID lifjjkbfffnigehemaibfklomnbklmad
Oficjalny URL https://chromewebstore.google.com/detail/address-helper-for-rightm/lifjjkbfffnigehemaibfklomnbklmad
Opis Address Helper for RightMove
Rozmiar pliku 16.68 KB
Liczba instalacji 2,264
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2023-05-29
Data Publikacji 2022-07-01
Ocena 4.91/5 Łącznie 11 Oceny
Deweloper ukpropertycommunity.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}