Property Price - Extension

Allows viewing info on house on trademe platform

什麼是Property Price - Extension?

Property Price - Extension是由nzextensions開發的Chrome擴展程式,該擴展的主要功能是“Allows viewing info on house on trademe platform”。

擴展截圖

screenshot

下載Property Price - Extension擴展crx文件

下載Property Price - Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        See property prices for trademe property that are hidden.                    

擴展基本資訊

名稱 Property Price - Extension Property Price - Extension
ID dlepipcihapnbkphnbnjbhpboalkegpe
官方網址 https://chromewebstore.google.com/detail/property-price-extension/dlepipcihapnbkphnbnjbhpboalkegpe
簡介 Allows viewing info on house on trademe platform
檔案大小 35.03 KB
安裝次數 47
目前版本 0.0.2
更新時間 2022-04-06
上架時間 2022-04-05
開發者 nzextensions
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
}