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 |
官方網址 | 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\/*" ] } ] } |