Zillow Scraper
Extract Zillow Listings
Was ist Zillow Scraper?
Zillow Scraper ist eine Chrome-Erweiterung, die von bbb_extensions entwickelt wurde, und ihr Hauptmerkmal ist "Extract Zillow Listings".
Erweiterungsscreenshots
Zillow Scraper-Erweiterungs-CRX-Datei herunterladen
Laden Sie Zillow Scraper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Extract Zillow Listings Zillow Scraper is perfect anyone interested in real estate and looking to save time while gathering data for up to 40 Zillow listings at once. With just a few clicks, you can collect property details, pricing, location, and images. This tool is easy to use and will help streamline your workflow, giving you an edge in the competitive real estate market. Give our extension a try today and experience the convenience of gathering all the data you need in one place!
Grundlegende Informationen zur Erweiterung
Name | Zillow Scraper |
ID | ndfgliofhogaipihfibmfpanaldoklbh |
Offizielle URL | https://chromewebstore.google.com/detail/zillow-scraper/ndfgliofhogaipihfibmfpanaldoklbh |
Beschreibung | Extract Zillow Listings |
Dateigröße | 336 KB |
Installationsanzahl | 133 |
Aktuelle Version | 2.1 |
Letztes Update | 2024-01-03 |
Veröffentlichungsdatum | 2023-04-10 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | bbb_extensions |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://etsyemailextractor.com?page_id=3 |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Zillow Scraper", "description": "Extract Zillow Listings", "version": "2.1", "manifest_version": 3, "action": { "default_popup": "popup.html", "default_icon": "logo.png" }, "content_scripts": [ { "js": [ "assets\/page.js", "assets\/jquery.js", "assets\/extract.js", "assets\/listing.js" ], "matches": [ "https:\/\/www.zillow.com\/*" ] } ], "background": { "service_worker": "firebase.js", "type": "module" }, "permissions": [ "activeTab", "storage" ] } |