Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Z Real Estate Scraper for Zillow", "description": "Extract and save Zillow properties data and leads with no code to CSV or Google Sheet.", "version": "7.3.9", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlio770g84d9nySkO4a+HgJ44J37Mbpjs61tKi4D00HZSG3ILkEUxIMxDZ\/br4AhjUi9SgFo7o4brlmSfllM+7jOuPj9wQMi0hAaeRQqqAKGzp+IYyz+ho7YpcN2kZipxhxrL4VckgBtpG69l2DYeUhRzgXaGEnEAloXxoIj5s0E9jHt\/ZMH7mS0lwwVx+68\/tB3NCEVY2fFuF0f2uykQpRFhuc5RWL\/DbtCvOdI0KKdhWPR+AeZWQOeNGbReBnmoCj3LY4UYkwkMwhPZ\/lls95sjwE2oA9Ud2XoCpJBb+p9hgiTNVXaEdKb7NWm2CWXjH8XV0XfOjHjj10KpB4Ug7QIDAQAB", "action": { "default_title": "Open" }, "background": { "service_worker": "background.js" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "icons": { "16": "zicon_16.png", "48": "zicon_48.png", "128": "zicon_128.png" }, "permissions": [ "scripting", "storage", "identity", "identity.email", "unlimitedStorage", "sidePanel", "tabs" ], "side_panel": { "default_path": "index.html" }, "optional_host_permissions": [ "https:\/\/*.zillow.com\/*" ], "oauth2": { "client_id": "103781210-756hqv5gffhgb0bqp0m2ij451sr7j3k6.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/spreadsheets" ] } }