ShopGuru - The Amazon Shopping Assistant

Analyze customer reviews and answer questions about any product on Amazon for free. ShopGuru is the ultimate AI shopping companion!

ShopGuru - The Amazon Shopping Assistant là gì?

ShopGuru - The Amazon Shopping Assistant là một tiện ích mở rộng Chrome được phát triển bởi https://shopguru.io, và tính năng chính của nó là "Analyze customer reviews and answer questions about any product on Amazon for free. ShopGuru is the ultimate AI shopping companion!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ShopGuru - The Amazon Shopping Assistant

Tải xuống các tệp mở rộng ShopGuru - The Amazon Shopping Assistant dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ShopGuru is an AI powered shopping assistant that integrates with Amazon to summarize customer reviews right on the product page. It tells you the general consensus from customers, and allows you to ask specific questions about products as well through the chat bot. It only uses information from customer reviews to answer your questions, so you can be assured that it will not give you wrong information. 

v0.31 Patch Notes: General performance updates and prep for some upcoming features!

Recently added:
🔥Custom Quick Buttons: You can now edit the quick questions bar to add your own questions! You can access the settings page on product overview tiles, the extension popup or by right clicking the extension.
🔥Product Overview: ShopGuru automatically places a product overview with a brief summary  and a pros and cons list from the reviews right on to the product page!
🔥Sort by review count button: ShopGuru can sort products by review count on the Amazon search page to make it easier for you to find highly reviewed products. Just make sure to select a department.

Key Features:
✅Product Chat: ShopGuru leverages AI to search through product information and answer any questions you have about any product on Amazon. After installing, click on the the chatbox on any Amazon product page to get started.

✅Unbiased Customer Insights: ShopGuru scans through customer reviews and product information, aggregating valuable insights to address your questions accurately. No more guesswork - get the scoop straight from those who've experienced the product firsthand.

✅Seamless Integration: Engage in real-time conversations with the ShopGuru without ever leaving the product page. No need to open multiple tabs for conducting product research, the integration with Amazon is seamless and works right away.

✅International Support: ShopGuru works on any Amazon domain, in any country.

ShopGuru empowers you to shop smarter, faster, and with utmost confidence. Say goodbye to uncertainty and hello to an extraordinary shopping experience. ShopGuru has got you covered!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ShopGuru - The Amazon Shopping Assistant ShopGuru - The Amazon Shopping Assistant
ID mbhokjjcfgkgjeeddphjlcbiomgdkbjk
URL Chính Thức https://chromewebstore.google.com/detail/shopguru-the-amazon-shopp/mbhokjjcfgkgjeeddphjlcbiomgdkbjk
Mô tả Analyze customer reviews and answer questions about any product on Amazon for free. ShopGuru is the ultimate AI shopping companion!
Kích Thước Tệp 1.19 MB
Số Lần Cài Đặt 488
Phiên Bản Hiện Tại 0.32
Cập Nhật Lần Cuối 2024-02-16
Ngày Phát Hành 2023-06-14
Đánh Giá 4.29/5 Tổng số 14 Đánh Giá
Nhà Phát Triển https://shopguru.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.shopguru.io
URL Trang Chính Sách Bảo Mật https://www.shopguru.io/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.32",
    "author": "Harsh Patel",
    "name": "ShopGuru - The Amazon Shopping Assistant",
    "description": "Analyze customer reviews and answer questions about any product on Amazon for free. ShopGuru is the ultimate AI shopping companion!",
    "background": {
        "service_worker": "background.93e42914.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "webRequest"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.es\/*",
                "https:\/\/*.amazon.fr\/*",
                "https:\/\/*.amazon.it\/*",
                "https:\/\/*.amazon.co.jp\/*",
                "https:\/\/*.amazon.in\/*",
                "https:\/\/*.amazon.cn\/*",
                "https:\/\/*.amazon.com.sg\/*",
                "https:\/\/*.amazon.com.mx\/*",
                "https:\/\/*.amazon.ae\/*",
                "https:\/\/*.amazon.com.br\/*",
                "https:\/\/*.amazon.nl\/*",
                "https:\/\/*.amazon.com.au\/*",
                "https:\/\/*.amazon.com.tr\/*",
                "https:\/\/*.amazon.sa\/*",
                "https:\/\/*.amazon.se\/*",
                "https:\/\/*.amazon.pl\/*"
            ],
            "js": [
                "ProductOverview.a7ce77c1.js"
            ],
            "run_at": "document_start",
            "css": []
        },
        {
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.es\/*",
                "https:\/\/*.amazon.fr\/*",
                "https:\/\/*.amazon.it\/*",
                "https:\/\/*.amazon.co.jp\/*",
                "https:\/\/*.amazon.in\/*",
                "https:\/\/*.amazon.cn\/*",
                "https:\/\/*.amazon.com.sg\/*",
                "https:\/\/*.amazon.com.mx\/*",
                "https:\/\/*.amazon.ae\/*",
                "https:\/\/*.amazon.com.br\/*",
                "https:\/\/*.amazon.nl\/*",
                "https:\/\/*.amazon.com.au\/*",
                "https:\/\/*.amazon.com.tr\/*",
                "https:\/\/*.amazon.sa\/*",
                "https:\/\/*.amazon.se\/*",
                "https:\/\/*.amazon.pl\/*"
            ],
            "js": [
                "Chat.46ff7479.js"
            ],
            "run_at": "document_idle",
            "css": []
        },
        {
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.es\/*",
                "https:\/\/*.amazon.fr\/*",
                "https:\/\/*.amazon.it\/*",
                "https:\/\/*.amazon.co.jp\/*",
                "https:\/\/*.amazon.in\/*",
                "https:\/\/*.amazon.cn\/*",
                "https:\/\/*.amazon.com.sg\/*",
                "https:\/\/*.amazon.com.mx\/*",
                "https:\/\/*.amazon.ae\/*",
                "https:\/\/*.amazon.com.br\/*",
                "https:\/\/*.amazon.nl\/*",
                "https:\/\/*.amazon.com.au\/*",
                "https:\/\/*.amazon.com.tr\/*",
                "https:\/\/*.amazon.sa\/*",
                "https:\/\/*.amazon.se\/*",
                "https:\/\/*.amazon.pl\/*"
            ],
            "js": [
                "amazon.e27af02d.js"
            ],
            "all_frames": true,
            "run_at": "document_idle",
            "css": []
        },
        {
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.es\/*",
                "https:\/\/*.amazon.fr\/*",
                "https:\/\/*.amazon.it\/*",
                "https:\/\/*.amazon.co.jp\/*",
                "https:\/\/*.amazon.in\/*",
                "https:\/\/*.amazon.cn\/*",
                "https:\/\/*.amazon.com.sg\/*",
                "https:\/\/*.amazon.com.mx\/*",
                "https:\/\/*.amazon.ae\/*",
                "https:\/\/*.amazon.com.br\/*",
                "https:\/\/*.amazon.nl\/*",
                "https:\/\/*.amazon.com.au\/*",
                "https:\/\/*.amazon.com.tr\/*",
                "https:\/\/*.amazon.sa\/*",
                "https:\/\/*.amazon.se\/*",
                "https:\/\/*.amazon.pl\/*"
            ],
            "js": [
                "sortByReviewCount.ebe435e2.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "css": []
        },
        {
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.es\/*",
                "https:\/\/*.amazon.fr\/*",
                "https:\/\/*.amazon.it\/*",
                "https:\/\/*.amazon.co.jp\/*",
                "https:\/\/*.amazon.in\/*",
                "https:\/\/*.amazon.cn\/*",
                "https:\/\/*.amazon.com.sg\/*",
                "https:\/\/*.amazon.com.mx\/*",
                "https:\/\/*.amazon.ae\/*",
                "https:\/\/*.amazon.com.br\/*",
                "https:\/\/*.amazon.nl\/*",
                "https:\/\/*.amazon.com.au\/*",
                "https:\/\/*.amazon.com.tr\/*",
                "https:\/\/*.amazon.sa\/*",
                "https:\/\/*.amazon.se\/*",
                "https:\/\/*.amazon.pl\/*"
            ],
            "js": [
                "YearlyRecap.f3fde489.js"
            ],
            "run_at": "document_start",
            "css": []
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.es\/*",
                "https:\/\/*.amazon.fr\/*",
                "https:\/\/*.amazon.it\/*",
                "https:\/\/*.amazon.co.jp\/*",
                "https:\/\/*.amazon.in\/*",
                "https:\/\/*.amazon.cn\/*",
                "https:\/\/*.amazon.com.sg\/*",
                "https:\/\/*.amazon.com.mx\/*",
                "https:\/\/*.amazon.ae\/*",
                "https:\/\/*.amazon.com.br\/*",
                "https:\/\/*.amazon.nl\/*",
                "https:\/\/*.amazon.com.au\/*",
                "https:\/\/*.amazon.com.tr\/*",
                "https:\/\/*.amazon.sa\/*",
                "https:\/\/*.amazon.se\/*",
                "https:\/\/*.amazon.pl\/*"
            ]
        },
        {
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.es\/*",
                "https:\/\/*.amazon.fr\/*",
                "https:\/\/*.amazon.it\/*",
                "https:\/\/*.amazon.co.jp\/*",
                "https:\/\/*.amazon.in\/*",
                "https:\/\/*.amazon.cn\/*",
                "https:\/\/*.amazon.com.sg\/*",
                "https:\/\/*.amazon.com.mx\/*",
                "https:\/\/*.amazon.ae\/*",
                "https:\/\/*.amazon.com.br\/*",
                "https:\/\/*.amazon.nl\/*",
                "https:\/\/*.amazon.com.au\/*",
                "https:\/\/*.amazon.com.tr\/*",
                "https:\/\/*.amazon.sa\/*",
                "https:\/\/*.amazon.se\/*",
                "https:\/\/*.amazon.pl\/*"
            ],
            "resources": [
                "ProductOverview.a0de1e87.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.es\/*",
                "https:\/\/*.amazon.fr\/*",
                "https:\/\/*.amazon.it\/*",
                "https:\/\/*.amazon.co.jp\/*",
                "https:\/\/*.amazon.in\/*",
                "https:\/\/*.amazon.cn\/*",
                "https:\/\/*.amazon.com.sg\/*",
                "https:\/\/*.amazon.com.mx\/*",
                "https:\/\/*.amazon.ae\/*",
                "https:\/\/*.amazon.com.br\/*",
                "https:\/\/*.amazon.nl\/*",
                "https:\/\/*.amazon.com.au\/*",
                "https:\/\/*.amazon.com.tr\/*",
                "https:\/\/*.amazon.sa\/*",
                "https:\/\/*.amazon.se\/*",
                "https:\/\/*.amazon.pl\/*"
            ],
            "resources": [
                "Chat.33aba6c1.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.es\/*",
                "https:\/\/*.amazon.fr\/*",
                "https:\/\/*.amazon.it\/*",
                "https:\/\/*.amazon.co.jp\/*",
                "https:\/\/*.amazon.in\/*",
                "https:\/\/*.amazon.cn\/*",
                "https:\/\/*.amazon.com.sg\/*",
                "https:\/\/*.amazon.com.mx\/*",
                "https:\/\/*.amazon.ae\/*",
                "https:\/\/*.amazon.com.br\/*",
                "https:\/\/*.amazon.nl\/*",
                "https:\/\/*.amazon.com.au\/*",
                "https:\/\/*.amazon.com.tr\/*",
                "https:\/\/*.amazon.sa\/*",
                "https:\/\/*.amazon.se\/*",
                "https:\/\/*.amazon.pl\/*"
            ],
            "resources": [
                "ProductOverview.a0de1e87.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.es\/*",
                "https:\/\/*.amazon.fr\/*",
                "https:\/\/*.amazon.it\/*",
                "https:\/\/*.amazon.co.jp\/*",
                "https:\/\/*.amazon.in\/*",
                "https:\/\/*.amazon.cn\/*",
                "https:\/\/*.amazon.com.sg\/*",
                "https:\/\/*.amazon.com.mx\/*",
                "https:\/\/*.amazon.ae\/*",
                "https:\/\/*.amazon.com.br\/*",
                "https:\/\/*.amazon.nl\/*",
                "https:\/\/*.amazon.com.au\/*",
                "https:\/\/*.amazon.com.tr\/*",
                "https:\/\/*.amazon.sa\/*",
                "https:\/\/*.amazon.se\/*",
                "https:\/\/*.amazon.pl\/*"
            ],
            "resources": [
                "ProductOverview.a0de1e87.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.es\/*",
                "https:\/\/*.amazon.fr\/*",
                "https:\/\/*.amazon.it\/*",
                "https:\/\/*.amazon.co.jp\/*",
                "https:\/\/*.amazon.in\/*",
                "https:\/\/*.amazon.cn\/*",
                "https:\/\/*.amazon.com.sg\/*",
                "https:\/\/*.amazon.com.mx\/*",
                "https:\/\/*.amazon.ae\/*",
                "https:\/\/*.amazon.com.br\/*",
                "https:\/\/*.amazon.nl\/*",
                "https:\/\/*.amazon.com.au\/*",
                "https:\/\/*.amazon.com.tr\/*",
                "https:\/\/*.amazon.sa\/*",
                "https:\/\/*.amazon.se\/*",
                "https:\/\/*.amazon.pl\/*"
            ],
            "resources": [
                "ProductOverview.a0de1e87.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.amazon.com\/*",
        "https:\/\/*.amazon.co.uk\/*",
        "https:\/\/*.amazon.ca\/*",
        "https:\/\/*.amazon.de\/*",
        "https:\/\/*.amazon.es\/*",
        "https:\/\/*.amazon.fr\/*",
        "https:\/\/*.amazon.it\/*",
        "https:\/\/*.amazon.co.jp\/*",
        "https:\/\/*.amazon.in\/*",
        "https:\/\/*.amazon.cn\/*",
        "https:\/\/*.amazon.com.sg\/*",
        "https:\/\/*.amazon.com.mx\/*",
        "https:\/\/*.amazon.ae\/*",
        "https:\/\/*.amazon.com.br\/*",
        "https:\/\/*.amazon.nl\/*",
        "https:\/\/*.amazon.com.au\/*",
        "https:\/\/*.amazon.com.tr\/*",
        "https:\/\/*.amazon.sa\/*",
        "https:\/\/*.amazon.se\/*",
        "https:\/\/*.amazon.pl\/*",
        "https:\/\/*.shopguru.io\/*"
    ]
}