Property Price - Extension

Allows viewing info on house on trademe platform

What is Property Price - Extension?

Property Price - Extension is a Chrome extension developed by nzextensions, and its main feature is "Allows viewing info on house on trademe platform".

Extension Screenshots

screenshot

Download Property Price - Extension Extension CRX File

Download Property Price - Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        See property prices for trademe property that are hidden.                    

Extension Basic Information

Name Property Price - Extension Property Price - Extension
ID dlepipcihapnbkphnbnjbhpboalkegpe
Official URL https://chromewebstore.google.com/detail/property-price-extension/dlepipcihapnbkphnbnjbhpboalkegpe
Description Allows viewing info on house on trademe platform
File Size 35.03 KB
Installation Count 47
Current Version 0.0.2
Last Updated 2022-04-06
Publish Date 2022-04-05
Developer nzextensions
Email [email protected]
Payment Type free
Supported Languages 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"
}