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
Eメール [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"
}