Etsy™ AI Review Analysis & Download
Introducing AI(ChatGPT) Review Analysis and Download Tool for Etsy Sellers!
什么是Etsy™ AI Review Analysis & Download?
Etsy™ AI Review Analysis & Download是由https://esale.io开发的Chrome扩展程序,该扩展的主要功能是“Introducing AI(ChatGPT) Review Analysis and Download Tool for Etsy Sellers!”。
扩展截图
下载Etsy™ AI Review Analysis & Download扩展crx文件
下载Etsy™ AI Review Analysis & Download扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Product Description: ● The Etsy AI Review Analysis & Download Tool is a unique and practical tool, tailor-made for Etsy sellers. It uses artificial intelligence technology to deeply analyze reviews, extracting insights and feedback from buyers on specific products, aiding in product optimization and smarter operational decisions. ● The Etsy Review Analysis Tool also offers a review comparison feature, allowing you to gain a deeper understanding of competitors' products and consumer feedback. ● In addition, this tool supports the search and download of reviews containing specific keywords. Simply enter a keyword, and you can obtain relevant feedback and achieve one-click downloading. ● In summary, if you want to understand consumers' perceptions of products at a deeper level, this tool will be your ideal assistant. It is easy to operate, intelligent and efficient, quick and accurate, providing precious insights that other tools cannot match. Features: 1. AI Review Analysis: ● Enter the Listing details page you want to analyze, select the "Single" option in the AI Review Analysis function, and wait a few minutes to get the analysis results. ● Enter the Listing details page you want to analyze, select the "Multiple" option in the AI Review Analysis function, add the listingIDs you want to compare, and click to start the analysis and wait for the results. ● Support viewing product details. ● Support analyzing consumer demographics. ● View high-frequency words and reasons for positive and negative reviews. ● Obtain buying motivation and consumer expectations based on Review analysis. ● Support downloading AI analysis reports. 2. Review Download: ● Search and filter listing & shop Reviews using specific keywords. ● Support filtering by star ratings. ● Support one-click filtering for Reviews with images. ● Once you find the desired Reviews, click the "Download" button to easily save them locally.
扩展基本信息
名称 | Etsy™ AI Review Analysis & Download |
ID | bjoclknnffeefmonnodiakjbbdjdaigf |
官方URL | https://chromewebstore.google.com/detail/etsy-ai-review-analysis-d/bjoclknnffeefmonnodiakjbbdjdaigf |
简介 | Introducing AI(ChatGPT) Review Analysis and Download Tool for Etsy Sellers! |
文件大小 | 547 KB |
安装次数 | 8,688 |
当前版本 | 1.2.9 |
更新时间 | 2023-12-01 |
上架时间 | 2023-03-21 |
评分 | 4.58/5 共36次评分 |
开发者 | https://esale.io |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://esale.io |
隐私政策页面URL | https://etsyhunt.com/etsy-extension-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": "1.2.9", "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\/*" ] } ] } |