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”。
扩展截图
下载Property Price - Extension扩展crx文件
下载Property Price - Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
See property prices for trademe property that are hidden. 扩展基本信息
| 名称 | |
| ID | dlepipcihapnbkphnbnjbhpboalkegpe |
| 官方URL | 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"
} | |