Amazon GPT Reviewer

Say goodbye to buyer's remorse and hello to smarter, more efficient online shopping!

Amazon GPT Reviewerคืออะไร?

Amazon GPT Reviewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CEMGPT และคุณลักษณะหลักของมันคือ "Say goodbye to buyer's remorse and hello to smarter, more efficient online shopping!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Amazon GPT Reviewer

ดาวน์โหลดไฟล์ส่วนขยาย Amazon GPT Reviewer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
    ]
}