Zillow Scraper
Extract Zillow Listings
¿Qué es Zillow Scraper?
Zillow Scraper es una extensión de Chrome desarrollada por bbb_extensions, y su función principal es "Extract Zillow Listings".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Zillow Scraper
Descarga archivos de extensión Zillow Scraper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | Zillow Scraper |
ID | ndfgliofhogaipihfibmfpanaldoklbh |
URL Oficial | https://chromewebstore.google.com/detail/zillow-scraper/ndfgliofhogaipihfibmfpanaldoklbh |
Descripción | Extract Zillow Listings |
Tamaño del Archivo | 336 KB |
Cantidad de Instalaciones | 133 |
Versión Actual | 2.1 |
Última Actualización | 2024-01-03 |
Fecha de Publicación | 2023-04-10 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | bbb_extensions |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://etsyemailextractor.com?page_id=3 |
Idiomas Soportados | 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" ] } |