Better Property Search(UK)

Better Property Search(UK)

Vad är Better Property Search(UK)?

Better Property Search(UK) är en Chrome-tillägg utvecklad av sansyrox, och dess huvudfunktion är "Better Property Search(UK)".

Tilläggsskärmbilder

screenshot

Ladda ner Better Property Search(UK)-förlängningens CRX-fil

Ladda ner Better Property Search(UK)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Rightmove and Zoopla, the two major housing platforms don't have a bathroom filter. 

When looking for new houses, a bathroom filter is a major requirements for many people.

Now, you have one. :D                    

Grundläggande Information om Tillägg

Namn Better Property Search(UK) Better Property Search(UK)
ID plhmaijeihlahacliknfghpgeddckjig
Officiell webbadress https://chromewebstore.google.com/detail/better-property-searchuk/plhmaijeihlahacliknfghpgeddckjig
Beskrivning Better Property Search(UK)
Filstorlek 4.82 KB
Antal Installationer 134
Aktuell Version 1.0
Senast Uppdaterad 2022-04-14
Publiceringsdatum 2022-04-13
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare sansyrox
E-post [email protected]
Betalningssätt free
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Property Search(UK)",
    "version": "1.0",
    "permissions": [
        "storage"
    ],
    "description": "Better Property Search(UK)",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "action": {
        "title": "Better Property Search",
        "default_popup": "index.html"
    },
    "manifest_version": 3,
    "author": "Sanskar Jethi"
}