Etsy™ Reviews Extractor
Introducing AI(ChatGPT) Review Analysis and Download Tool for Etsy Sellers!
Etsy™ Reviews Extractor란 무엇입니까?
Etsy™ Reviews Extractor은(는) sellercenter.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Introducing AI(ChatGPT) Review Analysis and Download Tool for Etsy Sellers!"입니다.
확장 프로그램 스크린샷
Etsy™ Reviews Extractor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Etsy Reviews Extractor supports one-click extraction of Etsy product reviews and downloading them to Excel/CSV for free. # Features ✓ Download reviews from Etsy product listings, including images ✓ Support exporting reviews for listings and shops ✓ Support sorting by "Suggested" and "Most recent" ✓ Support exporting variants ✓ Export as XLSX or CSV files ✓ Sort by Rating, Number of stars, Helpful count, Review date, etc. in the preview interface # Data Privacy All the data you process is stored exclusively on your local computer and never passes through our servers. # Statement Etsy is a trademark of Etsy Inc. Etsy Reviews Extractor | Images is not affiliated with, endorsed, sponsored, or otherwise related to Etsy, Inc. or any of its affiliates or subsidiaries.
확장 프로그램 기본 정보
이름 | Etsy™ Reviews Extractor |
ID | jobjhhfnfkdkmfcjnpdjmnmagepnbifi |
공식 URL | https://chromewebstore.google.com/detail/etsy-reviews-extractor/jobjhhfnfkdkmfcjnpdjmnmagepnbifi |
설명 | Introducing AI(ChatGPT) Review Analysis and Download Tool for Etsy Sellers! |
파일 크기 | 538 KB |
설치 횟수 | 820 |
현재 버전 | 2.0.2 |
최근 업데이트 | 2023-11-22 |
출시 날짜 | 2022-08-14 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | sellercenter.io |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://findniche.com/privacy |
지원되는 언어 | en,hr,lt,sl,sr,bg,fa,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "2.0.2", "name": "__MSG_name__", "description": "__MSG_description__", "homepage_url": "https:\/\/chrome.google.com", "default_locale": "en", "permissions": [ "tabs", "storage" ], "host_permissions": [ "*:\/\/*.etsyhunt.com\/*" ], "icons": { "16": "icon\/icon16.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.etsy.com\/listing\/*", "*:\/\/*.etsy.com\/*\/listing\/*", "*:\/\/*.etsy.com\/shop\/*", "*:\/\/*.etsy.com\/*\/shop\/*", "*:\/\/*.etsy.com\/*" ], "js": [ "js\/content.js" ], "css": [ "css\/content.css" ], "run_at": "document_start" } ], "background": { "service_worker": "js\/background.js", "type": "module" }, "action": { "default_icon": "icon\/icon48.png", "default_title": "popup", "default_popup": "" }, "web_accessible_resources": [ { "resources": [ "images\/*", "icon\/*" ], "matches": [ "https:\/\/www.etsy.com\/*" ] } ] } |