Zillow Scraper
Extract Zillow Listings
O que é Zillow Scraper?
Zillow Scraper é uma extensão do Chrome desenvolvida por bbb_extensions, e sua principal característica é "Extract Zillow Listings".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Zillow Scraper
Baixe arquivos de extensão Zillow Scraper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Zillow Scraper |
ID | ndfgliofhogaipihfibmfpanaldoklbh |
URL Oficial | https://chromewebstore.google.com/detail/zillow-scraper/ndfgliofhogaipihfibmfpanaldoklbh |
Descrição | Extract Zillow Listings |
Tamanho do Arquivo | 336 KB |
Contagem de Instalações | 133 |
Versão Atual | 2.1 |
Última Atualização | 2024-01-03 |
Data de Publicação | 2023-04-10 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | bbb_extensions |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://etsyemailextractor.com?page_id=3 |
Idiomas Suportados | 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" ] } |