Zillow Scraper
Extract Zillow Listings
Co je Zillow Scraper?
Zillow Scraper je rozšíření Chrome vyvinuté bbb_extensions, a jeho hlavní funkcí je „Extract Zillow Listings“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Zillow Scraper
Stáhněte si soubory rozšíření Zillow Scraper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | Zillow Scraper |
ID | ndfgliofhogaipihfibmfpanaldoklbh |
Oficiální URL | https://chromewebstore.google.com/detail/zillow-scraper/ndfgliofhogaipihfibmfpanaldoklbh |
Popis | Extract Zillow Listings |
Velikost souboru | 336 KB |
Počet instalací | 133 |
Aktuální Verze | 2.1 |
Poslední Aktualizace | 2024-01-03 |
Datum Vydání | 2023-04-10 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | bbb_extensions |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://etsyemailextractor.com?page_id=3 |
Podporované Jazyky | 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" ] } |