Aukey GPT
Amazon Product Listing, Brand Analysis, General Search Tools
ما هو Aukey GPT؟
Aukey GPT هو إضافة Chrome تم تطويرها بواسطة cws_aukey، والميزة الرئيسية لها هي "Amazon Product Listing, Brand Analysis, General Search Tools".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Aukey GPT
قم بتنزيل ملفات الامتداد Aukey GPT بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
本应用结合ChatGPT技术,为您提供深度评论分析和商品列表优化功能。通过对用户评论的智能分析,您能够更好地了解客户对产品的喜好和痛点,从而不断优化产品,提高购买决策的智慧。同时,应用还帮助您优化亚马逊商品列表,提升产品在搜索引擎中的排名,增加潜在客户发现产品的机会,实现更高的销售业绩。这款应用是您开展市场营销和客户服务策略的得力助手,让您轻松领先于竞争对手! 我们帮您发现客户的需求、优化产品,提升购买决策。通过智能评论分析和亚马逊商品listing优化,让您的产品在搜索引擎中名列前茅,轻松实现高销售业绩。在竞争激烈的市场环境中,本应用将助您一臂之力,引领您的市场营销和客户服务策略走向成功!
معلومات أساسية عن التمديد
الاسم | Aukey GPT |
ID | ckmpoclcdmlaiibddgfbhjhipcjahope |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/aukey-gpt/ckmpoclcdmlaiibddgfbhjhipcjahope |
الوصف | Amazon Product Listing, Brand Analysis, General Search Tools |
حجم الملف | 318 KB |
عدد التثبيتات | 76 |
النسخة الحالية | 1.1.3 |
آخر تحديث | 2023-05-25 |
تاريخ النشر | 2023-04-06 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | cws_aukey |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://gpt.aukeyit.com/common/privacy_policy |
اللغات المدعومة | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Aukey GPT", "version": "1.1.3", "description": "Amazon Product Listing, Brand Analysis, General Search Tools", "manifest_version": 3, "minimum_chrome_version": "90", "action": { "default_icon": { "16": "assets\/icon16.png", "32": "assets\/icon32.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "default_title": "Aukey GPT", "default_popup": "popup\/index.html" }, "icons": { "16": "assets\/icon16.png", "32": "assets\/icon32.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.amazon.com\/*", "https:\/\/*.amazon.co.jp\/*", "https:\/\/*.amazon.ca\/*", "https:\/\/*.amazon.co.uk\/*", "https:\/\/*.amazon.de\/*", "https:\/\/*.amazon.it\/*", "https:\/\/*.amazon.fr\/*", "https:\/\/*.amazon.es\/*", "https:\/\/*.amazon.ae\/*", "https:\/\/*.amazon.nl\/*", "https:\/\/*.amazon.com.au\/*", "https:\/\/*.amazon.com.mx\/*", "https:\/\/gpt.aukeyit.com\/*" ], "run_at": "document_end", "js": [ "content\/main-v1.1.3.js" ] } ], "externally_connectable": { "matches": [ "https:\/\/*.amazon.com\/*", "https:\/\/*.amazon.co.jp\/*", "https:\/\/*.amazon.ca\/*", "https:\/\/*.amazon.co.uk\/*", "https:\/\/*.amazon.de\/*", "https:\/\/*.amazon.it\/*", "https:\/\/*.amazon.fr\/*", "https:\/\/*.amazon.es\/*", "https:\/\/*.amazon.ae\/*", "https:\/\/*.amazon.nl\/*", "https:\/\/*.amazon.com.au\/*", "https:\/\/*.amazon.com.mx\/*", "https:\/\/gpt.aukeyit.com\/*" ] }, "web_accessible_resources": [ { "resources": [ "assets\/*", "**\/*.js" ], "matches": [ "https:\/\/*.amazon.com\/*", "https:\/\/*.amazon.co.jp\/*", "https:\/\/*.amazon.ca\/*", "https:\/\/*.amazon.co.uk\/*", "https:\/\/*.amazon.de\/*", "https:\/\/*.amazon.it\/*", "https:\/\/*.amazon.fr\/*", "https:\/\/*.amazon.es\/*", "https:\/\/*.amazon.ae\/*", "https:\/\/*.amazon.nl\/*", "https:\/\/*.amazon.com.au\/*", "https:\/\/*.amazon.com.mx\/*", "https:\/\/gpt.aukeyit.com\/*" ] } ], "host_permissions": [ "https:\/\/gpt.aukeyit.com\/*" ], "permissions": [ "cookies" ], "background": { "type": "module", "service_worker": "background-v1.1.3.js" } } |