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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
本应用结合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 |
URL หน้านโยบายความเป็นส่วนตัว | 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" } } |