AI Amazon Review Summarizer
When launched on an Amazon product page, it uses AI to summarize all the latest customer reviews into a single, brief summary which…
AI Amazon Review Summarizer란 무엇입니까?
AI Amazon Review Summarizer은(는) https://snappy.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "When launched on an Amazon product page, it uses AI to summarize all the latest customer reviews into a single, brief summary which…"입니다.
확장 프로그램 스크린샷
AI Amazon Review Summarizer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
When launched on an Amazon product page, it uses AI to summarize all the latest customer reviews into a single, brief summary which covers all the major positive and negative comments that are mentioned. This could be evolved into a tool that turns all the negative aspects of your competition into positive benefit statements, which can then be added into your own listing. This version is a free prototype, so it has limits on the amount of times it can be used. Please give it a try and let us know what you think, and what we could do to turn it a product you love.
확장 프로그램 기본 정보
이름 | AI Amazon Review Summarizer |
ID | hheojmeeocpgomffbfllifamnlcpcain |
공식 URL | https://chromewebstore.google.com/detail/ai-amazon-review-summariz/hheojmeeocpgomffbfllifamnlcpcain |
설명 | When launched on an Amazon product page, it uses AI to summarize all the latest customer reviews into a single, brief summary which… |
파일 크기 | 28.98 KB |
설치 횟수 | 168 |
현재 버전 | 1.1 |
최근 업데이트 | 2023-01-22 |
출시 날짜 | 2023-01-21 |
개발자 | https://snappy.ai |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.snappy.ai |
개인정보 보호 정책 페이지 URL | https://www.snappy.ai/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AI Amazon Review Summarizer", "version": "1.1", "host_permissions": [ "https:\/\/*.amazon.com\/*", "https:\/\/api.openai.com\/*" ], "action": { "default_icon": { "16": "icon.png", "32": "icon.png" }, "default_popup": "popup.html" } } |