Aukey GPT

Amazon Product Listing, Brand Analysis, General Search Tools

Aukey GPT là gì?

Aukey GPT là một tiện ích mở rộng Chrome được phát triển bởi cws_aukey, và tính năng chính của nó là "Amazon Product Listing, Brand Analysis, General Search Tools".

Ả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 Aukey GPT

Tải xuống các tệp mở rộng Aukey GPT 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技术,为您提供深度评论分析和商品列表优化功能。通过对用户评论的智能分析,您能够更好地了解客户对产品的喜好和痛点,从而不断优化产品,提高购买决策的智慧。同时,应用还帮助您优化亚马逊商品列表,提升产品在搜索引擎中的排名,增加潜在客户发现产品的机会,实现更高的销售业绩。这款应用是您开展市场营销和客户服务策略的得力助手,让您轻松领先于竞争对手!

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

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

Tên Aukey GPT Aukey GPT
ID ckmpoclcdmlaiibddgfbhjhipcjahope
URL Chính Thức https://chromewebstore.google.com/detail/aukey-gpt/ckmpoclcdmlaiibddgfbhjhipcjahope
Mô tả Amazon Product Listing, Brand Analysis, General Search Tools
Kích Thước Tệp 318 KB
Số Lần Cài Đặt 76
Phiên Bản Hiện Tại 1.1.3
Cập Nhật Lần Cuối 2023-05-25
Ngày Phát Hành 2023-04-06
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển cws_aukey
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://gpt.aukeyit.com/common/privacy_policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}