Zompz

Get an edge on Zillow property comparisons with this extension

Zompzคืออะไร?

Zompz เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ty และคุณลักษณะหลักของมันคือ "Get an edge on Zillow property comparisons with this extension"

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

screenshot
screenshot
screenshot

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

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

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

                        If you're someone who frequently uses Zillow to compare different properties, you may want to consider using a browser extension that can give you an edge in your property searches. This extension can provide you with additional information and tools that are not readily available on the Zillow website, allowing you to make more informed decisions about the properties you are considering.

With this extension, you can compare the prices and features of different properties in a more efficient and effective manner. You can also view additional data points such as property taxes, school ratings, and crime statistics, which can help you get a better sense of the overall value of each property.

In addition, this extension can provide you with alerts and notifications for price drops and new listings, helping you stay on top of the latest developments in your desired real estate market. With this valuable information at your fingertips, you can be sure that you are making the most informed decisions possible when it comes to finding your ideal property.

Overall, if you want to get the most out of your Zillow property comparisons, this extension can be a valuable tool that gives you an edge over other buyers and helps you find the perfect home or investment property.                    

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

ชื่อ Zompz Zompz
ID ghojdccmgelokhdimfclojmmmnedlhjn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zompz/ghojdccmgelokhdimfclojmmmnedlhjn
คำอธิบาย Get an edge on Zillow property comparisons with this extension
ขนาดไฟล์ 220 KB
จำนวนการติดตั้ง 2,617
เวอร์ชันปัจจุบัน 1.4.16
อัปเดตครั้งล่าสุด 2024-02-27
วันที่เผยแพร่ 2023-02-20
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา ty
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://zompz.com
URL หน้าช่วยเหลือ https://zompz.com/help
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zompz",
    "description": "Get an edge on Zillow property comparisons with this extension",
    "version": "1.4.16",
    "manifest_version": 3,
    "homepage_url": "http:\/\/zompz.com\/",
    "author": {
        "name": "Mohsin Ali",
        "url": "https:\/\/github.com\/mohsinaliryk",
        "maintainer": "jhernandezc",
        "maintainerURL": "https:\/\/fiverr.com\/jhernandezc"
    },
    "background": {
        "service_worker": "js\/sw.js"
    },
    "action": {
        "default_title": "Zompz"
    },
    "icons": {
        "16": "icons\/16.png",
        "24": "icons\/24.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.zillow.com\/*",
                "*:\/\/*.google.com\/maps\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/app.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.zillow.com\/*",
                "*:\/\/*.google.com\/*"
            ],
            "resources": [
                "css\/app.css",
                "css\/slider.css",
                "css\/widget.css",
                "img\/*",
                "icons\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.zillow.com\/*",
        "*:\/\/*.google.com\/maps\/*"
    ],
    "permissions": [
        "scripting",
        "storage",
        "unlimitedStorage"
    ]
}