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" ] } |