Etsy Scraper Suite
Etsy Extractor Toolset. Multiple scrape tools for Etsy.
Etsy Scraper Suite란 무엇입니까?
Etsy Scraper Suite은(는) Digital Turbo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Etsy Extractor Toolset. Multiple scrape tools for Etsy."입니다.
확장 프로그램 스크린샷
Etsy Scraper Suite 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/" ] } |