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 |
官方網址 | 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" ] } |