RealEstate Price Ranger

Adds price ranges to realestate.com.au listings

RealEstate Price Rangerคืออะไร?

RealEstate Price Ranger เป็นส่วนขยายของ Chrome ที่พัฒนาโดย another.brisbane.developer และคุณลักษณะหลักของมันคือ "Adds price ranges to realestate.com.au listings"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย RealEstate Price Ranger ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Adds the price range set by the agent to the listings on realestate.com.au                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ RealEstate Price Ranger RealEstate Price Ranger
ID lmbdcgopjjieoajihfpnoloealnnadba
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/realestate-price-ranger/lmbdcgopjjieoajihfpnoloealnnadba
คำอธิบาย Adds price ranges to realestate.com.au listings
ขนาดไฟล์ 4.72 KB
จำนวนการติดตั้ง 48
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-08-24
วันที่เผยแพร่ 2021-08-24
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา another.brisbane.developer
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RealEstate Price Ranger",
    "description": "Adds price ranges to realestate.com.au listings",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.realestate.com.au\/*",
                "*:\/\/realestate.com.au\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}