Etsy™ AI Review Analysis & Download
Introducing AI(ChatGPT) Review Analysis and Download Tool for Etsy Sellers!
O que é Etsy™ AI Review Analysis & Download?
Etsy™ AI Review Analysis & Download é uma extensão do Chrome desenvolvida por https://esale.io, e sua principal característica é "Introducing AI(ChatGPT) Review Analysis and Download Tool for Etsy Sellers!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Etsy™ AI Review Analysis & Download
Baixe arquivos de extensão Etsy™ AI Review Analysis & Download no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Etsy™ AI Review Analysis & Download |
ID | bjoclknnffeefmonnodiakjbbdjdaigf |
URL Oficial | https://chromewebstore.google.com/detail/etsy-ai-review-analysis-d/bjoclknnffeefmonnodiakjbbdjdaigf |
Descrição | Introducing AI(ChatGPT) Review Analysis and Download Tool for Etsy Sellers! |
Tamanho do Arquivo | 547 KB |
Contagem de Instalações | 8,688 |
Versão Atual | 1.2.9 |
Última Atualização | 2023-12-01 |
Data de Publicação | 2023-03-21 |
Classificação | 4.58/5 Total de 36 Avaliações |
Desenvolvedor | https://esale.io |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://esale.io |
URL da Página de Política de Privacidade | https://etsyhunt.com/etsy-extension-privacy |
Idiomas Suportados | 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\/*" ] } ] } |