ChatGPT Amazon Tool

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

ChatGPT Amazon Toolคืออะไร?

ChatGPT Amazon Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย boyd4y และคุณลักษณะหลักของมันคือ "chatgpt for amazon seller, help summary all comments with in one simple click"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChatGPT Amazon Tool

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}