Zompz

Get an edge on Zillow property comparisons with this extension

Zompz क्या है?

Zompz ty द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get an edge on Zillow property comparisons with this extension"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Zompz एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}