Amazon GPT Reviewer
Say goodbye to buyer's remorse and hello to smarter, more efficient online shopping!
Amazon GPT Reviewer란 무엇입니까?
Amazon GPT Reviewer은(는) CEMGPT에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Say goodbye to buyer's remorse and hello to smarter, more efficient online shopping!"입니다.
확장 프로그램 스크린샷
Amazon GPT Reviewer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Say goodbye to buyer's remorse and hello to smarter, more efficient online shopping! Enhance your Amazon shopping experience today with the Amazon Review Summarizer Chrome extension. We understand how overwhelming it can be to go through countless reviews while shopping online. Our goal is to save you time, money, and effort by simplifying the process of comparing products and identifying potential red flags. We help you make informed purchasing decisions on Amazon by providing concise and insightful summaries of product reviews. Key Features: Instant Review Summaries: Access succinct and meaningful summaries of customer reviews on any Amazon product page, giving you a quick snapshot of the pros and cons. Smart Filtering: The extension intelligently filters through thousands of reviews, extracting the most relevant information to help you easily identify common praise and criticism. User-Friendly Interface: A simple and intuitive design that integrates seamlessly into Amazon product pages, ensuring a smooth and efficient browsing experience. Compare Products Effortlessly: Make the most of your budget by comparing review summaries of similar products, empowering you to make the best purchase possible. Save Time and Money: No more sifting through endless reviews or buying products that don't meet your expectations. With our Amazon Review Summarizer, you can confidently shop, knowing you're making well-informed decisions.
확장 프로그램 기본 정보
이름 | Amazon GPT Reviewer |
ID | kdhkkmfjgnkcgnblfdapmhaajhcedahl |
공식 URL | https://chromewebstore.google.com/detail/amazon-gpt-reviewer/kdhkkmfjgnkcgnblfdapmhaajhcedahl |
설명 | Say goodbye to buyer's remorse and hello to smarter, more efficient online shopping! |
파일 크기 | 38.99 KB |
설치 횟수 | 40 |
현재 버전 | 1.0.6 |
최근 업데이트 | 2023-04-17 |
출시 날짜 | 2023-04-10 |
개발자 | CEMGPT |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://gptreview.cloud.cemengines.com/privacy-policy |
도움말 페이지 URL | https://gptreview.cloud.cemengines.com/privacy-policy |
개인정보 보호 정책 페이지 URL | https://gptreview.cloud.cemengines.com/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon GPT Reviewer", "description": "Say goodbye to buyer's remorse and hello to smarter, more efficient online shopping!", "version": "1.0.6", "manifest_version": 3, "icons": { "16": "img\/icon-64.png", "32": "img\/icon-64.png", "48": "img\/icon-64.png", "128": "img\/icon-64.png" }, "options_page": "options.html", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/index.tsx-loader-fcb8cc7d.js" ], "matches": [ "https:\/\/www.amazon.com\/*" ], "run_at": "document_end", "css": [ "assets\/index-01c46a58.css" ] } ], "web_accessible_resources": [ { "matches": [], "resources": [ "img\/icon-64.png", "img\/sad_icon.svg" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/www.amazon.com\/*" ], "resources": [ "assets\/chunk-5a50420a14.js", "assets\/chunk-efddb279f1.js" ], "use_dynamic_url": true } ], "permissions": [ "tabs", "webNavigation", "storage", "identity", "identity.email" ] } |