Real Price

Find the real price for Australian Real Estate!

Apa itu Real Price?

Real Price adalah ekstensi Chrome yang dikembangkan oleh Kaiserapps, dan fitur utamanya adalah "Find the real price for Australian Real Estate!".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Real Price

Unduh file ekstensi Real Price dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Real Price Real Price
ID kckgiidmkllghibpmlploicellcieppd
URL Resmi https://chromewebstore.google.com/detail/real-price/kckgiidmkllghibpmlploicellcieppd
Deskripsi Find the real price for Australian Real Estate!
Ukuran File 10.02 KB
Jumlah Instalasi 260
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-09-28
Tanggal Publikasi 2020-09-27
Penilaian 2.33/5 Total 3 Penilaian
Pengembang Kaiserapps
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/benkaiser/real-price
URL Halaman Bantuan https://github.com/benkaiser/real-price/issues
Bahasa yang Didukung 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
}