ChatGPT Review Summaries for Amazon

Find quality products easily with ChatGPT's summaries of Amazon product reviews.

What is ChatGPT Review Summaries for Amazon?

ChatGPT Review Summaries for Amazon is a Chrome extension developed by https://chatgpt4amazon.com, and its main feature is "Find quality products easily with ChatGPT's summaries of Amazon product reviews.".

Extension Screenshots

screenshot
screenshot
screenshot

Download ChatGPT Review Summaries for Amazon Extension CRX File

Download ChatGPT Review Summaries for Amazon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        What is ChatGPT Review Summaries for Amazon?
ChatGPT Review Summaries for Amazon is a browser extension that enhances product pages on Amazon.com with ChatGPT's review summaries, enabling users to find quality products more quickly.

How does it work?
As you browse products on Amazon.com, you'll get ChatGPT's review summaries, insights, and TrueGrade. You can also ask questions about the product itself.

Is ChatGPT Review Summaries for Amazon free to use?
Yes, it's 100% free to use.

Do I need an OpenAI/ChatGPT account?
No, you don't need an OpenAI/ChatGPT account to use ChatGPT Review Summaries for Amazon.                    

Extension Basic Information

Name ChatGPT Review Summaries for Amazon ChatGPT Review Summaries for Amazon
ID pabgkggkblnmifgokdcgbphkdoigpgbd
Official URL https://chromewebstore.google.com/detail/chatgpt-review-summaries/pabgkggkblnmifgokdcgbphkdoigpgbd
Description Find quality products easily with ChatGPT's summaries of Amazon product reviews.
File Size 102 KB
Installation Count 91
Current Version 1.0.1.1
Last Updated 2023-06-24
Publish Date 2023-06-15
Rating 5.00/5 Total 2 Ratings
Developer https://chatgpt4amazon.com
Email [email protected]
Payment Type free
Extension Website https://www.chatgpt4amazon.com
Help Page URL https://www.chatgpt4amazon.com
Privacy Policy Page URL https://www.chatgpt4amazon.com/static/privacy_policy_combined_062223.htm
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Review Summaries for Amazon",
    "version": "1.0.1.1",
    "description": "Find quality products easily with ChatGPT's summaries of Amazon product reviews.",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js",
                "content-product-chat.js"
            ],
            "css": [
                "modal.css",
                "modal-product-chat.css"
            ],
            "matches": [
                "https:\/\/www.amazon.com\/dp\/*",
                "https:\/\/www.amazon.com\/*\/dp\/*",
                "https:\/\/www.amazon.com\/gp\/*",
                "https:\/\/www.amazon.com\/*\/gp\/*",
                "https:\/\/www.amazon.com\/*reviews\/*",
                "https:\/\/www.amazon.com\/s?k=*",
                "https:\/\/www.amazon.in\/dp\/*",
                "https:\/\/www.amazon.in\/*\/dp\/*",
                "https:\/\/www.amazon.in\/gp\/*",
                "https:\/\/www.amazon.in\/*\/gp\/*",
                "https:\/\/www.amazon.in\/*reviews\/*",
                "https:\/\/www.amazon.in\/s?k=*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ]
}