WebExtension.net
WebExtension.net

Zillow Exporter

View on Chrome Web Store
View Zillow Exporter Chrome Extension on Chrome Web Store
5.0 (10 ratings)

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

Export Property Data from Zillow to CSV/Excel with 50+ fields and proper data types
Type
Extension
Users
6,000 users
333
Extpose
View author page of Extpose
Published
Published on September 24, 2024
Version 1.0.1
Manifest version
3
Updated
Updated on October 1, 2024
View on Chrome Web Store
View Zillow Exporter Chrome Extension on Chrome Web Store
productivity/workflow
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extShortDesc__",
    "default_locale": "en",
    "version": "1.0.1",
    "minimum_chrome_version": "95",
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/www.zillow.com\/*"
            ],
            "run_at": "document_start",
            "world": "MAIN"
        },
        {
            "js": [
                "js\/content_isolated.js"
            ],
            "matches": [
                "https:\/\/www.zillow.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "300": "icons\/icon300.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png",
            "300": "icons\/icon300.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "alarms",
        "storage",
        "identity"
    ],
    "host_permissions": [
        "https:\/\/www.zillow.com\/*"
    ],
    "incognito": "spanning"
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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