ChatGPT Amazon Tool

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

Apa itu ChatGPT Amazon Tool?

ChatGPT Amazon Tool adalah ekstensi Chrome yang dikembangkan oleh boyd4y, dan fitur utamanya adalah "chatgpt for amazon seller, help summary all comments with in one simple click".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi ChatGPT Amazon Tool

Unduh file ekstensi ChatGPT Amazon Tool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama ChatGPT Amazon Tool ChatGPT Amazon Tool
ID hnhojiafcemfbpehkkfpmcekjkfckeac
URL Resmi https://chromewebstore.google.com/detail/chatgpt-amazon-tool/hnhojiafcemfbpehkkfpmcekjkfckeac
Deskripsi chatgpt for amazon seller, help summary all comments with in one simple click
Ukuran File 1019 KB
Jumlah Instalasi 82
Versi Saat Ini 0.1.3
Terakhir Diperbarui 2023-02-24
Tanggal Publikasi 2023-02-24
Penilaian 1.00/5 Total 1 Penilaian
Pengembang boyd4y
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
}