Address Helper for RightMove

Address Helper for RightMove

Co je Address Helper for RightMove?

Address Helper for RightMove je rozšíření Chrome vyvinuté ukpropertycommunity.com, a jeho hlavní funkcí je „Address Helper for RightMove“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Address Helper for RightMove

Stáhněte si soubory rozšíření Address Helper for RightMove ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Address Helper for RightMove Address Helper for RightMove
ID lifjjkbfffnigehemaibfklomnbklmad
Oficiální URL https://chromewebstore.google.com/detail/address-helper-for-rightm/lifjjkbfffnigehemaibfklomnbklmad
Popis Address Helper for RightMove
Velikost souboru 16.68 KB
Počet instalací 2,264
Aktuální Verze 1.0.1
Poslední Aktualizace 2023-05-29
Datum Vydání 2022-07-01
Hodnocení 4.91/5 Celkem 11 Hodnocení
Vývojář ukpropertycommunity.com
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}