Zillow Scraper
Extract Zillow Listings
ما هو Zillow Scraper؟
Zillow Scraper هو إضافة Chrome تم تطويرها بواسطة bbb_extensions، والميزة الرئيسية لها هي "Extract Zillow Listings".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Zillow Scraper
قم بتنزيل ملفات الامتداد Zillow Scraper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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 |
عنوان صفحة سياسة الخصوصية | 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" ] } |