Aukey GPT

Amazon Product Listing, Brand Analysis, General Search Tools

What is Aukey GPT?

Aukey GPT is a Chrome extension developed by cws_aukey, and its main feature is "Amazon Product Listing, Brand Analysis, General Search Tools".

Extension Screenshots

screenshot

Download Aukey GPT Extension CRX File

Download Aukey GPT extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        本应用结合ChatGPT技术,为您提供深度评论分析和商品列表优化功能。通过对用户评论的智能分析,您能够更好地了解客户对产品的喜好和痛点,从而不断优化产品,提高购买决策的智慧。同时,应用还帮助您优化亚马逊商品列表,提升产品在搜索引擎中的排名,增加潜在客户发现产品的机会,实现更高的销售业绩。这款应用是您开展市场营销和客户服务策略的得力助手,让您轻松领先于竞争对手!

我们帮您发现客户的需求、优化产品,提升购买决策。通过智能评论分析和亚马逊商品listing优化,让您的产品在搜索引擎中名列前茅,轻松实现高销售业绩。在竞争激烈的市场环境中,本应用将助您一臂之力,引领您的市场营销和客户服务策略走向成功!                    

Extension Basic Information

Name Aukey GPT Aukey GPT
ID ckmpoclcdmlaiibddgfbhjhipcjahope
Official URL https://chromewebstore.google.com/detail/aukey-gpt/ckmpoclcdmlaiibddgfbhjhipcjahope
Description Amazon Product Listing, Brand Analysis, General Search Tools
File Size 318 KB
Installation Count 76
Current Version 1.1.3
Last Updated 2023-05-25
Publish Date 2023-04-06
Rating 5.00/5 Total 2 Ratings
Developer cws_aukey
Email [email protected]
Payment Type free
Privacy Policy Page URL https://gpt.aukeyit.com/common/privacy_policy
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Aukey GPT",
    "version": "1.1.3",
    "description": "Amazon Product Listing, Brand Analysis, General Search Tools",
    "manifest_version": 3,
    "minimum_chrome_version": "90",
    "action": {
        "default_icon": {
            "16": "assets\/icon16.png",
            "32": "assets\/icon32.png",
            "48": "assets\/icon48.png",
            "128": "assets\/icon128.png"
        },
        "default_title": "Aukey GPT",
        "default_popup": "popup\/index.html"
    },
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.co.jp\/*",
                "https:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.it\/*",
                "https:\/\/*.amazon.fr\/*",
                "https:\/\/*.amazon.es\/*",
                "https:\/\/*.amazon.ae\/*",
                "https:\/\/*.amazon.nl\/*",
                "https:\/\/*.amazon.com.au\/*",
                "https:\/\/*.amazon.com.mx\/*",
                "https:\/\/gpt.aukeyit.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "content\/main-v1.1.3.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.amazon.com\/*",
            "https:\/\/*.amazon.co.jp\/*",
            "https:\/\/*.amazon.ca\/*",
            "https:\/\/*.amazon.co.uk\/*",
            "https:\/\/*.amazon.de\/*",
            "https:\/\/*.amazon.it\/*",
            "https:\/\/*.amazon.fr\/*",
            "https:\/\/*.amazon.es\/*",
            "https:\/\/*.amazon.ae\/*",
            "https:\/\/*.amazon.nl\/*",
            "https:\/\/*.amazon.com.au\/*",
            "https:\/\/*.amazon.com.mx\/*",
            "https:\/\/gpt.aukeyit.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "**\/*.js"
            ],
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.co.jp\/*",
                "https:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.it\/*",
                "https:\/\/*.amazon.fr\/*",
                "https:\/\/*.amazon.es\/*",
                "https:\/\/*.amazon.ae\/*",
                "https:\/\/*.amazon.nl\/*",
                "https:\/\/*.amazon.com.au\/*",
                "https:\/\/*.amazon.com.mx\/*",
                "https:\/\/gpt.aukeyit.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/gpt.aukeyit.com\/*"
    ],
    "permissions": [
        "cookies"
    ],
    "background": {
        "type": "module",
        "service_worker": "background-v1.1.3.js"
    }
}