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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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
        }
    ]
}