Property Seeker

Calculate the price range for property advertised on Domain and Real Estate.

Property Seekerคืออะไร?

Property Seeker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cheesestringer และคุณลักษณะหลักของมันคือ "Calculate the price range for property advertised on Domain and Real Estate."

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

screenshot

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

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

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

                        Take the guess work out of house hunting.

Finds the hidden advertising range on Domain and Real Estate Australia to make searching for property a bit easier.

For any problems or suggestions create an issue listing the details here: https://github.com/cheesestringer/property-seeker/issues

If you enjoy the extension feel free to buy me a coffee :)
https://www.buymeacoffee.com/cheesestringer                    

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

ชื่อ Property Seeker Property Seeker
ID olfjldooogfhhgklechmbdemheblklga
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/property-seeker/olfjldooogfhhgklechmbdemheblklga
คำอธิบาย Calculate the price range for property advertised on Domain and Real Estate.
ขนาดไฟล์ 7.81 KB
จำนวนการติดตั้ง 3,196
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2022-12-27
วันที่เผยแพร่ 2021-08-12
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา cheesestringer
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/cheesestringer/property-seeker
URL หน้าช่วยเหลือ https://github.com/cheesestringer/property-seeker/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Property Seeker",
    "version": "1.0.6",
    "description": "Calculate the price range for property advertised on Domain and Real Estate.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/*.domain.com.au\/*",
        "https:\/\/*.realestate.com.au\/*"
    ],
    "manifest_version": 2,
    "content_security_policy": "default-src 'none'; style-src 'self'; script-src 'self'; connect-src https:\/\/*.domain.com.au https:\/\/*.realestate.com.au"
}