ChatGPT for Shop

Get purchase insights on Amazon with ChatGPT

ChatGPT for Shop là gì?

ChatGPT for Shop là một tiện ích mở rộng Chrome được phát triển bởi https://chatgpt4shop.com, và tính năng chính của nó là "Get purchase insights on Amazon with ChatGPT".

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

screenshot

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

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

                        ChatGPT for Shop is a browser extension developed based on the capabilities of ChatGPT. It can summarize and analyze user reviews for each product on Amazon, helping e-commerce practitioners analyze user profiles for products and assisting with product selection. You'll get purchase analytics and consumer insights on Amazon with ChatGPT. It reveals valuable insights into customer behavior and preferences.

With ChatGPT4Shop's one-click analysis, you'll get the following
- Purchase motivation analysis
- Usage scenario analysis
- Advantages analysis
- Disadvantages analysis

You can just copy the analysis with ChatGPT and you can also download user reviews.
This product helps you save manual statistics for critical comments and helps companies reveal valuable insights into customer behavior and preferences.

Any feedback or questions can be sent to this email:[email protected]                    

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

Tên ChatGPT for Shop ChatGPT for Shop
ID ccgcoiofonikmplackjhkbjhhechcckj
URL Chính Thức https://chromewebstore.google.com/detail/chatgpt-for-shop/ccgcoiofonikmplackjhkbjhhechcckj
Mô tả Get purchase insights on Amazon with ChatGPT
Kích Thước Tệp 682 KB
Số Lần Cài Đặt 536
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-04-16
Ngày Phát Hành 2023-04-15
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://chatgpt4shop.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://chatgpt4shop.com
URL Trang Chính Sách Bảo Mật https://chatgpt4youtube.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT for Shop",
    "description": "Get purchase insights on Amazon with ChatGPT",
    "version": "1.0.0",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": [],
    "options_page": "options.html",
    "content_scripts": [
        {
            "js": [
                "assets\/index.tsx-loader-aabcc55f.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/128-76aca864.png",
                "assets\/store-a17fbddc.js",
                "assets\/index-0b71df46.js",
                "assets\/taobao.ts-0edcb116.js",
                "assets\/index.tsx-c4cee134.js"
            ],
            "use_dynamic_url": true
        }
    ]
}