Zillow Scraper

Extract Zillow Listings

Zillow Scraperคืออะไร?

Zillow Scraper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bbb_extensions และคุณลักษณะหลักของมันคือ "Extract Zillow Listings"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zillow Scraper

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    ]
}