Real Price

Find the real price for Australian Real Estate!

Real Priceとは何ですか?

Real PriceはKaiserappsによって開発されたChromeの拡張機能で、その主な機能は「Find the real price for Australian Real Estate!」です。

拡張機能のスクリーンショット

screenshot
screenshot

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.                    

拡張機能の基本情報

名前 Real Price Real Price
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
Eメール [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
}