Better Property Search(UK)

Better Property Search(UK)

Better Property Search(UK)คืออะไร?

Better Property Search(UK) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sansyrox และคุณลักษณะหลักของมันคือ "Better Property Search(UK)"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Better Property Search(UK)

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

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

                        Rightmove and Zoopla, the two major housing platforms don't have a bathroom filter. 

When looking for new houses, a bathroom filter is a major requirements for many people.

Now, you have one. :D                    

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

ชื่อ Better Property Search(UK) Better Property Search(UK)
ID plhmaijeihlahacliknfghpgeddckjig
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/better-property-searchuk/plhmaijeihlahacliknfghpgeddckjig
คำอธิบาย Better Property Search(UK)
ขนาดไฟล์ 4.82 KB
จำนวนการติดตั้ง 134
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2022-04-14
วันที่เผยแพร่ 2022-04-13
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา sansyrox
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Property Search(UK)",
    "version": "1.0",
    "permissions": [
        "storage"
    ],
    "description": "Better Property Search(UK)",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "action": {
        "title": "Better Property Search",
        "default_popup": "index.html"
    },
    "manifest_version": 3,
    "author": "Sanskar Jethi"
}