Wisely: AI Summary for Amazon Reviews
Wisely reveals useful insights from Amazon reviews, saving you time, uncovering red flags, and ensuring you buy a great product.
Wisely: AI Summary for Amazon Reviews란 무엇입니까?
Wisely: AI Summary for Amazon Reviews은(는) https://shopwisely.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Wisely reveals useful insights from Amazon reviews, saving you time, uncovering red flags, and ensuring you buy a great product."입니다.
확장 프로그램 스크린샷
Wisely: AI Summary for Amazon Reviews 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
As seen on The Rundown AI and Superpower Daily, Wisely scans any Amazon.com product page, analyzes the product reviews and information, and provides you with quick useful insights before you make a purchase decision. ➤ Sites supported The extension currently supports Amazon.com only, sign up for other Amazon domains here: https://bit.ly/wisely-regions ➤ Features When available, Wisely shows the following: ✔ Summary of pros and cons from customer reviews ✔ Things your should know: red flags and important info ✔ Unhealthy ingredients in any food or snack ✔ Notable product features ✔ Visual breakdown of user ratings ➤ How to use? 1. Install the extension 2. Visit any Amazon.com product page, e.g. https://amzn.to/3OkKOvM 3. Enjoy useful insights (you may have to scroll down a bit) ➤ Need help? Visit our help center: https://shopwisely.ai/help Or email us: [email protected] ➤ Privacy Safeguarding your privacy is our utmost priority. We care deeply about protecting your personal information and ensuring that your trust in us is well-placed. To better understand how we handle and secure your data, we encourage you to review our privacy policy, available at: https://shopwisely.ai/legal/privacy
확장 프로그램 기본 정보
이름 | Wisely: AI Summary for Amazon Reviews |
ID | pbpiedkaogpckpcbgnianaejhmdahbjn |
공식 URL | https://chromewebstore.google.com/detail/wisely-ai-summary-for-ama/pbpiedkaogpckpcbgnianaejhmdahbjn |
설명 | Wisely reveals useful insights from Amazon reviews, saving you time, uncovering red flags, and ensuring you buy a great product. |
파일 크기 | 50.94 KB |
설치 횟수 | 2,000 |
현재 버전 | 1.0.9 |
최근 업데이트 | 2023-07-31 |
출시 날짜 | 2023-07-05 |
평점 | 4.22/5 총 18 개의 평점 |
개발자 | https://shopwisely.ai |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://shopwisely.ai |
도움말 페이지 URL | https://shopwisely.ai/help |
개인정보 보호 정책 페이지 URL | https://lhlabs.io/legal/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Wisely: AI Summary for Amazon Reviews", "short_name": "Wisely AI", "description": "Wisely reveals useful insights from Amazon reviews, saving you time, uncovering red flags, and ensuring you buy a great product.", "version": "1.0.9", "icons": { "16": "assets\/icons\/icon-16.png", "32": "assets\/icons\/icon-32.png", "48": "assets\/icons\/icon-48.png", "128": "assets\/icons\/icon-128.png" }, "homepage_url": "https:\/\/shopwisely.ai", "permissions": [], "content_security_policy": { "extension_pages": "default-src 'self'" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/icons\/icon-16.png", "24": "assets\/icons\/icon-24.png", "32": "assets\/icons\/icon-32.png" } }, "content_scripts": [ { "matches": [ "*:\/\/www.amazon.com\/*" ], "js": [ "config.js", "content.js" ], "css": [ "content.css" ], "run_at": "document_start" } ], "background": { "service_worker": "service-worker.js" } } |