Zillow Scraper

Extract Zillow Listings

Co to jest Zillow Scraper?

Zillow Scraper to rozszerzenie Chrome opracowane przez bbb_extensions, a jego główną funkcją jest „Extract Zillow Listings”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Zillow Scraper

Pobierz pliki rozszerzeń Zillow Scraper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Zillow Scraper Zillow Scraper
ID ndfgliofhogaipihfibmfpanaldoklbh
Oficjalny URL https://chromewebstore.google.com/detail/zillow-scraper/ndfgliofhogaipihfibmfpanaldoklbh
Opis Extract Zillow Listings
Rozmiar pliku 336 KB
Liczba instalacji 133
Aktualna Wersja 2.1
Ostatnia Aktualizacja 2024-01-03
Data Publikacji 2023-04-10
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper bbb_extensions
Typ Płatności free
Adres URL Strony Polityki Prywatności https://etsyemailextractor.com?page_id=3
Obsługiwane Języki 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"
    ]
}