Zillow Scraper
Extract Zillow Listings
Qu'est-ce que Zillow Scraper ?
Zillow Scraper est une extension Chrome développée par bbb_extensions, et sa fonction principale est "Extract Zillow Listings".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Zillow Scraper
Téléchargez les fichiers d'extension Zillow Scraper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Zillow Scraper |
ID | ndfgliofhogaipihfibmfpanaldoklbh |
URL Officiel | https://chromewebstore.google.com/detail/zillow-scraper/ndfgliofhogaipihfibmfpanaldoklbh |
Description | Extract Zillow Listings |
Taille du Fichier | 336 KB |
Nombre d'Installations | 133 |
Version Actuelle | 2.1 |
Dernière Mise à Jour | 2024-01-03 |
Date de Publication | 2023-04-10 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | bbb_extensions |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://etsyemailextractor.com?page_id=3 |
Langues Prises en Charge | 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" ] } |