Etsy Scraper Suite
Etsy Extractor Toolset. Multiple scrape tools for Etsy.
Etsy Scraper Suiteคืออะไร?
Etsy Scraper Suite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Digital Turbo และคุณลักษณะหลักของมันคือ "Etsy Extractor Toolset. Multiple scrape tools for Etsy."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Etsy Scraper Suite
ดาวน์โหลดไฟล์ส่วนขยาย Etsy Scraper Suite ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Etsy Scraper Suite is a set of scrape tools for Etsy. It makes data extraction of Etsy pretty easy. You can scrape Search Results, Category Items, Shop Listings and Shop Reviews with Etsy Scraper Suite. With just a few input and click, Etsy Scraper Suite extracts the data automatically and fills them into spreadsheet. You can download the results as .xlsx and view them locally on your computer. With Etsy Scraper Suite, you'll find Etsy Marketing Research & Data Mining much more easy and efficient. At present, supported extract type include: ✅ Shop Listings ✅ Shop Reviews ✅ Search Results ✅ Category Items 😜 New feature requests are welcome. 📧 [email protected] Also feel free to contact us if you have any question or problem with this extension.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Etsy Scraper Suite |
ID | oniipfakkamageeopipoebfoimafplkb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/etsy-scraper-suite/oniipfakkamageeopipoebfoimafplkb |
คำอธิบาย | Etsy Extractor Toolset. Multiple scrape tools for Etsy. |
ขนาดไฟล์ | 645 KB |
จำนวนการติดตั้ง | 298 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2022-02-15 |
วันที่เผยแพร่ | 2021-12-27 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Digital Turbo |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "__MSG_ext_description__", "version": "1.0.1", "name": "__MSG_ext_fulltitle__", "manifest_version": 3, "permissions": [ "storage" ], "default_locale": "en", "icons": { "16": "assets\/icon16.png", "32": "assets\/icon32.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/icon16.png", "32": "assets\/icon32.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" } }, "background": { "service_worker": "background.js" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/*.etsy.com\/*", "https:\/\/*.digitalworldturbo.com\/*" ], "js": [ "content.js" ], "run_at": "document_idle" } ], "host_permissions": [ "https:\/\/*.digitalworldturbo.com\/" ] } |