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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
}