WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Zillow Data Exporter

Zillow Data Exporter

View on Chrome Web Store
View Zillow Data Exporter Chrome Extension on Chrome Web Store
Add to bookmarks
4.1 (21 ratings)
1 new ratings
2 views
This extension has been viewed 2 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Export Zillow property listings to CSV or Excel in one click.
Type
Extension
Users
7,000 users
500
Yann Hulot
View author page of Yann Hulot
Featured Extension

Hand-picked for quality and usefulness

Published
Published on July 20, 2022
Version 2.0.7
Manifest version
3
Updated
Updated on February 12, 2026
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Zillow Data Exporter Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zillow Data Exporter",
    "description": "Export Zillow property listings to CSV or Excel in one click.",
    "manifest_version": 3,
    "version": "2.0.7",
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "action": {
        "default_icon": {
            "16": "16x16.png",
            "48": "48x48.png",
            "128": "128x128.png"
        },
        "default_title": "Zillow Data Exporter"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.zillow.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.zillowdataexporter.com\/*"
            ],
            "js": [
                "zillowdataexporter.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.propertydatalabs.com\/*"
            ],
            "js": [
                "zillowdataexporter.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "16x16.png",
                "48x48.png",
                "128x128.png"
            ],
            "matches": [
                "https:\/\/*.zillow.com\/*"
            ]
        },
        {
            "resources": [
                "menu.html"
            ],
            "matches": [
                "https:\/\/*.zillow.com\/*"
            ]
        },
        {
            "resources": [
                "toolbar.html"
            ],
            "matches": [
                "https:\/\/*.zillow.com\/*"
            ]
        },
        {
            "resources": [
                "sticky.html"
            ],
            "matches": [
                "https:\/\/*.zillow.com\/*"
            ]
        },
        {
            "resources": [
                "assistant.html"
            ],
            "matches": [
                "https:\/\/*.zillow.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.zillow.com\/*",
        "https:\/\/*.zillowdataexporter.com\/*",
        "https:\/\/*.propertydatalabs.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.zillowdataexporter.com\/*",
            "*:\/\/*.propertydatalabs.com\/*"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "downloads"
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; img-src * 'self' data: https:; style-src 'self' 'unsafe-inline'; script-src 'self'; connect-src 'self' https:\/\/*.dicebear.com\/* https:\/\/*.googleusercontent.com\/* https:\/\/*.zillow.com\/* https:\/\/www.zillowdataexporter.com\/ https:\/\/www.propertydatalabs.com\/; object-src 'self'"
    }
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top