Shopon - ChatGPT for Amazon

Amazon Review analysis, listing optimization

Shopon - ChatGPT for Amazon là gì?

Shopon - ChatGPT for Amazon là một tiện ích mở rộng Chrome được phát triển bởi sourcefromme, và tính năng chính của nó là "Amazon Review analysis, listing optimization".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Shopon - ChatGPT for Amazon

Tải xuống các tệp mở rộng Shopon - ChatGPT for Amazon 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

                        Shopon is a free web tool that analyzes millions of Amazon reviews and listings, powered by ChatGPT/GPT4.

Simply click on the labels within an amazon product page to open a Shopon web page, or copy and paste any Amazon product URL or ASIN into the search bar on a Shopon web page.  Then ChatGPT will work magic 24x7 behind the scenes, acting as your indispensable assistant for review analysis, and listing optimization.

The main functions include:

Review Analysis: analyze customer’s sentiments, likes and dislikes using your product, gain insights into how products are used and areas for improvement.

Marketing Copy: based on product reviews, generate Tiktok/IG style KOL reviews to promote your products on social media platforms

Listing Optimization: optimize your listing copy (5 bullets, product descriptions) with more relevant keywords and salient selling points

Your feedbacks are extremely welcome.  Please feel free to contact us at  [email protected].                    

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

Tên Shopon - ChatGPT for Amazon Shopon - ChatGPT for Amazon
ID ibmcnigmfbokholfjfembnkfmnpdlnli
URL Chính Thức https://chromewebstore.google.com/detail/shopon-chatgpt-for-amazon/ibmcnigmfbokholfjfembnkfmnpdlnli
Mô tả Amazon Review analysis, listing optimization
Kích Thước Tệp 388 KB
Số Lần Cài Đặt 54
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2023-03-29
Ngày Phát Hành 2023-03-22
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển sourcefromme
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.dripster.me/notify/dripster_privacy_policy.html
Ngôn Ngữ Được Hỗ Trợ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.0.2",
    "manifest_version": 3,
    "icons": {
        "16": "images\/logo-16.png",
        "32": "images\/logo-32.png",
        "48": "images\/logo-48.png",
        "64": "images\/logo-64.png",
        "128": "images\/logo-128.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/logo-16.png",
            "32": "images\/logo-32.png",
            "48": "images\/logo-48.png",
            "64": "images\/logo-64.png",
            "128": "images\/logo-128.png"
        }
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.com\/*",
                "http:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.de\/*",
                "http:\/\/www.amazon.co.jp\/*",
                "https:\/\/www.amazon.co.jp\/*",
                "http:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "http:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.fr\/*",
                "http:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.it\/*",
                "http:\/\/www.amazon.es\/*",
                "https:\/\/www.amazon.es\/*",
                "http:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.ca\/*",
                "http:\/\/www.amazon.in\/*",
                "https:\/\/www.amazon.in\/*"
            ],
            "js": [
                "scripts\/jquery-1.8.3.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.com\/*",
                "http:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.de\/*",
                "http:\/\/www.amazon.co.jp\/*",
                "https:\/\/www.amazon.co.jp\/*",
                "http:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "http:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.fr\/*",
                "http:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.it\/*",
                "http:\/\/www.amazon.es\/*",
                "https:\/\/www.amazon.es\/*",
                "http:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.ca\/*",
                "http:\/\/www.amazon.in\/*",
                "https:\/\/www.amazon.in\/*"
            ],
            "css": [
                "css\/analyze-reviews.css"
            ],
            "js": [
                "scripts\/FileSaver.min.js",
                "scripts\/utils.js",
                "scripts\/dom-config.js",
                "scripts\/api.js",
                "components\/analyze-reviews-dom.js",
                "scripts\/content-script-first.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/logo-128.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "en"
}