Zillow Scraper
Extract Zillow Listings
什么是Zillow Scraper?
Zillow Scraper是由bbb_extensions开发的Chrome扩展程序,该扩展的主要功能是“Extract Zillow Listings”。
扩展截图
下载Zillow Scraper扩展crx文件
下载Zillow Scraper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | Zillow Scraper |
ID | ndfgliofhogaipihfibmfpanaldoklbh |
官方URL | https://chromewebstore.google.com/detail/zillow-scraper/ndfgliofhogaipihfibmfpanaldoklbh |
简介 | Extract Zillow Listings |
文件大小 | 336 KB |
安装次数 | 133 |
当前版本 | 2.1 |
更新时间 | 2024-01-03 |
上架时间 | 2023-04-10 |
评分 | 5.00/5 共1次评分 |
开发者 | bbb_extensions |
付费类型 | free |
隐私政策页面URL | https://etsyemailextractor.com?page_id=3 |
支持的语言 | 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" ] } |