Property Price - Extension

Allows viewing info on house on trademe platform

Vad är Property Price - Extension?

Property Price - Extension är en Chrome-tillägg utvecklad av nzextensions, och dess huvudfunktion är "Allows viewing info on house on trademe platform".

Tilläggsskärmbilder

screenshot

Ladda ner Property Price - Extension-förlängningens CRX-fil

Ladda ner Property Price - Extension-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

                        See property prices for trademe property that are hidden.                    

Grundläggande Information om Tillägg

Namn Property Price - Extension Property Price - Extension
ID dlepipcihapnbkphnbnjbhpboalkegpe
Officiell webbadress https://chromewebstore.google.com/detail/property-price-extension/dlepipcihapnbkphnbnjbhpboalkegpe
Beskrivning Allows viewing info on house on trademe platform
Filstorlek 35.03 KB
Antal Installationer 47
Aktuell Version 0.0.2
Senast Uppdaterad 2022-04-06
Publiceringsdatum 2022-04-05
Utvecklare nzextensions
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Property Price - Extension",
    "version": "0.0.2",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.trademe.co.nz\/a\/property\/residential\/sale\/*"
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "contentScript.js"
            ],
            "css": [
                "propertyprice.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.propertyprice.co.nz\/"
    ],
    "description": "Allows viewing info on house on trademe platform"
}