Zillow Scraper

Extract Zillow Listings

Zillow Scraper란 무엇입니까?

Zillow Scraper은(는) bbb_extensions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extract Zillow Listings"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Zillow Scraper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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