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 | 
| 官方網址 | 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
}  |  |