ChatGPT for Shop

Get purchase insights on Amazon with ChatGPT

什麼是ChatGPT for Shop?

ChatGPT for Shop是由https://chatgpt4shop.com開發的Chrome擴展程式,該擴展的主要功能是“Get purchase insights on Amazon with ChatGPT”。

擴展截圖

screenshot

下載ChatGPT for Shop擴展crx文件

下載ChatGPT for Shop擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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]                    

擴展基本資訊

名稱 ChatGPT for Shop ChatGPT for Shop
ID ccgcoiofonikmplackjhkbjhhechcckj
官方網址 https://chromewebstore.google.com/detail/chatgpt-for-shop/ccgcoiofonikmplackjhkbjhhechcckj
簡介 Get purchase insights on Amazon with ChatGPT
檔案大小 682 KB
安裝次數 536
目前版本 1.0.0
更新時間 2023-04-16
上架時間 2023-04-15
評分 4.33/5 共 3 次評分
開發者 https://chatgpt4shop.com
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://chatgpt4shop.com
隱私政策頁面URL https://chatgpt4youtube.com/privacy
支援的語言 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
        }
    ]
}