Real Price

Find the real price for Australian Real Estate!

Real Priceคืออะไร?

Real Price เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kaiserapps และคุณลักษณะหลักของมันคือ "Find the real price for Australian Real Estate!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Real Price

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
}