ChatGPT for Shop

Get purchase insights on Amazon with ChatGPT

¿Qué es ChatGPT for Shop?

ChatGPT for Shop es una extensión de Chrome desarrollada por https://chatgpt4shop.com, y su función principal es "Get purchase insights on Amazon with ChatGPT".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión ChatGPT for Shop

Descarga archivos de extensión ChatGPT for Shop en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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]                    

Información Básica de la Extensión

Nombre ChatGPT for Shop ChatGPT for Shop
ID ccgcoiofonikmplackjhkbjhhechcckj
URL Oficial https://chromewebstore.google.com/detail/chatgpt-for-shop/ccgcoiofonikmplackjhkbjhhechcckj
Descripción Get purchase insights on Amazon with ChatGPT
Tamaño del Archivo 682 KB
Cantidad de Instalaciones 536
Versión Actual 1.0.0
Última Actualización 2023-04-16
Fecha de Publicación 2023-04-15
Calificación 4.33/5 Total de 3 Calificaciones
Desarrollador https://chatgpt4shop.com
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://chatgpt4shop.com
URL de la Página de Política de Privacidad https://chatgpt4youtube.com/privacy
Idiomas Soportados 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
        }
    ]
}