ChatGPT Amazon Tool

chatgpt for amazon seller, help summary all comments with in one simple click

什么是ChatGPT Amazon Tool?

ChatGPT Amazon Tool是由boyd4y开发的Chrome扩展程序,该扩展的主要功能是“chatgpt for amazon seller, help summary all comments with in one simple click”。

扩展截图

screenshot
screenshot

下载ChatGPT Amazon Tool扩展crx文件

下载ChatGPT Amazon Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This plugin help amazon seller summary all comments in amazone.com website by using ChatGPT.  Which will require user to store the key in the option page.                    

扩展基本信息

名称 ChatGPT Amazon Tool ChatGPT Amazon Tool
ID hnhojiafcemfbpehkkfpmcekjkfckeac
官方URL https://chromewebstore.google.com/detail/chatgpt-amazon-tool/hnhojiafcemfbpehkkfpmcekjkfckeac
简介 chatgpt for amazon seller, help summary all comments with in one simple click
文件大小 1019 KB
安装次数 82
当前版本 0.1.3
更新时间 2023-02-24
上架时间 2023-02-24
评分 1.00/5 共1次评分
开发者 boyd4y
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Amazon Tool",
    "description": "chatgpt for amazon seller, help summary all comments with in one simple click",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "icons": {
        "48": "logo-48.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.index.ts.1f05e5d4.478ea34c.js"
            ],
            "matches": [
                "https:\/\/www.amazon.com\/dp\/*",
                "https:\/\/www.amazon.com\/*\/dp\/*",
                "https:\/\/www.amazon.com\/-\/zh\/dp\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "host_permissions": [
        "https:\/\/*.openai.com\/"
    ],
    "options_page": "src\/options\/index.html",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "src\/iframe\/index.html",
                "src\/content-script\/index.ts"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.com\/*"
            ],
            "resources": [
                "assets\/util.05d01d88.js",
                "assets\/index.ts.1f05e5d4.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "version": "0.1.3"
}