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 |
Eメール | [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\/*" ] } ] } |