Export Zillow data to Excel
Export Zillow search results to Excel with one click.
Τι είναι το Export Zillow data to Excel;
Το Export Zillow data to Excel είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://turtletasks.com, και η κύρια λειτουργία του είναι "Export Zillow search results to Excel with one click.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Export Zillow data to Excel
Λήψη αρχείων επέκτασης Export Zillow data to Excel σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Do your own home real estate market analysis when buying or selling property. What the Zillow extension tool can do? ✓ Extract property search results from the side panel and all its pages automatically. ✓ Autosave current page results from the side panel as you browse. How to export Zillow data Excel? - View results with a list of properties - Click "Start extracting" - Wait for it to export - Click "Export" Features ✓ Visit each page results automatically ✓ Delay how long to visit all its page results ✓ Preview the extracted listings before exporting ✓ Alert you when there's a captcha to verify you're human What data does it export? - Zillow property ID - Status - Home type - Time on Zillow *if available - Price - Price per square feet - Zestimate *if available - Zestimate per square feet - Rent Zestimate - Sqft - Lot size - Number of beds - Number of baths - Address - Street - City - State - Zip code - latitude - longitude - Broke name *if available - Is Zillow owned - Date sold *new - Sold price *new - Image URL - Property detail URL - URL of the search result where the property is found Free & Paid Use Export Zillow Data to Excel free. You can export up to 25 listings at any time. This way you can see how it works for you and what you can export with no risk. If you want more, a paid plan gives you unlimited results to export. - No worries about maintaining any Zillow scrapers, scripts, or code. - One monthly payment gets you unlimited exports. No confusing payment. No cost of usage. No billing systems with points and limits. Use Case - Real estate investment opportunities - Monitor home prices - Real Estate Aggregators - Competitor tracking - Forecasting Real Estate Markets - Market research - Services & Products Development Privacy https://turtletasks.com/privacy Changelog - 1.2.5: Fixed the time when a property is on zillow (timeOnZillow) - 1.2.4: Fixed the number of bathroom column - 1.2.3: Removed an unnecessary permission on the extension. - 1.2.2: Trying to fix the loading message for some users. If it still doesn't work, try reinstalling the extension. If it doesn't work, contact me with more info so I may continue to help find a solution. - 1.2.1: Updated to extract properties from the latest listing update. (Thanks Alex) - 1.2.0: Added when the real estate was sold (dateSold) and the price it was sold for (soldPrice) - 1.1.0: Sort the Zillow property table from the preview page
Βασικές Πληροφορίες Επέκτασης
Όνομα | Export Zillow data to Excel |
ID | ncdkikkacogkekgnnmmiokebkkcblena |
Επίσημο URL | https://chromewebstore.google.com/detail/export-zillow-data-to-exc/ncdkikkacogkekgnnmmiokebkkcblena |
Περιγραφή | Export Zillow search results to Excel with one click. |
Μέγεθος Αρχείου | 80.94 KB |
Αριθμός Εγκαταστάσεων | 2,757 |
Τρέχουσα Έκδοση | 1.2.5 |
Τελευταία Ενημέρωση | 2023-10-12 |
Ημερομηνία Δημοσίευσης | 2021-12-18 |
Αξιολόγηση | 3.27/5 Συνολικά 11 Αξιολογήσεις |
Προγραμματιστής | https://turtletasks.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://turtletasks.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://turtletasks.com/#contact |
URL της Σελίδας Πολιτικής Απορρήτου | https://turtletasks.com/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Export Zillow data to Excel", "description": "Export Zillow search results to Excel with one click.", "version": "1.2.5", "icons": { "16": "assets\/logo\/logo-16.png", "48": "assets\/logo\/logo-48.png", "128": "assets\/logo\/logo-128.png" }, "options_page": "popup\/export.html", "action": { "default_title": "Export Zillow data to Excel", "default_popup": "popup\/popup.html" }, "permissions": [ "storage" ], "content_scripts": [ { "js": [ "assets\/js\/page.js", "assets\/js\/jquery.js", "assets\/js\/extract.js", "assets\/js\/listing.js", "assets\/js\/user.js" ], "matches": [ "https:\/\/www.zillow.com\/*", "https:\/\/turtletasks.com\/*" ] } ] } |