Real Price
Find the real price for Australian Real Estate!
什么是Real Price?
Real Price是由Kaiserapps开发的Chrome扩展程序,该扩展的主要功能是“Find the real price for Australian Real Estate!”。
扩展截图
下载Real Price扩展crx文件
下载Real Price扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        This extension adds a button to search results and listings on realestate.com.au to reveal the internal price of a listing. This is useful in Queensland where many listings do not have prices publicly available but there is a hidden price behind the scenes for the listing.
All this extension really does is query realestate.com.au multiple times until the exact price is found and displays that to you.                     扩展基本信息
| 名称 |   |  
| ID | kckgiidmkllghibpmlploicellcieppd | 
| 官方URL | https://chromewebstore.google.com/detail/real-price/kckgiidmkllghibpmlploicellcieppd | 
| 简介 | Find the real price for Australian Real Estate! | 
| 文件大小 | 10.02 KB | 
| 安装次数 | 260 | 
| 当前版本 | 1.0 | 
| 更新时间 | 2020-09-28 | 
| 上架时间 | 2020-09-27 | 
| 评分 | 2.33/5 共3次评分 | 
| 开发者 | Kaiserapps | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://github.com/benkaiser/real-price | 
| 帮助页面URL | https://github.com/benkaiser/real-price/issues | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Real Price",
    "version": "1.0",
    "description": "Find the real price for Australian Real Estate!",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.realestate.com.au\/*"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "manifest_version": 2
}  |  |