Amazon Shortcut
Amazon Shortcut
Amazon Shortcutคืออะไร?
Amazon Shortcut เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://superacos.com และคุณลักษณะหลักของมันคือ "Amazon Shortcut"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Amazon Shortcut
ดาวน์โหลดไฟล์ส่วนขยาย Amazon Shortcut ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
针对亚马逊网站的插件,安装后在亚马逊Listing详情页可一键跳转至商品所在分类的New Release页面,帮助亚马逊卖家提高运营效率。
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Amazon Shortcut |
ID | glhocgojobicfbfhkfogolklpmknkeeh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/amazon-shortcut/glhocgojobicfbfhkfogolklpmknkeeh |
คำอธิบาย | Amazon Shortcut |
ขนาดไฟล์ | 73.67 KB |
จำนวนการติดตั้ง | 100 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2023-08-21 |
วันที่เผยแพร่ | 2023-08-21 |
ผู้พัฒนา | https://superacos.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://superacos.com/amazon-shortcut-%e9%9a%90%e7%a7%81%e6%94%bf%e7%ad%96.html |
ภาษาที่รองรับ | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Amazon Shortcut", "description": "Amazon Shortcut", "version": "0.0.2", "action": { "default_icon": { "16": "statics\/imgs\/skip_16.png", "48": "statics\/imgs\/skip_48.png", "128": "statics\/imgs\/skip_128.png" } }, "content_security_policy": { "extension_pages": "style-src 'self' 'unsafe-inline';script-src 'self'; object-src 'self' ;", "sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self' " }, "host_permissions": [ "https:\/\/www.amazon.com\/", "https:\/\/www.amazon.com\/*", "https:\/\/www.amazon.ca\/*", "https:\/\/www.amazon.com.mx\/*", "https:\/\/www.amazon.co.uk\/*", "https:\/\/www.amazon.de\/*", "https:\/\/www.amazon.fr\/*", "https:\/\/www.amazon.it\/*", "https:\/\/www.amazon.es\/*", "https:\/\/www.amazon.nl\/*", "https:\/\/www.amazon.pl\/*", "https:\/\/www.amazon.se\/*", "https:\/\/www.amazon.co.jp\/*", "https:\/\/www.amazon.com.au\/*", "https:\/\/www.amazon.in\/*", "https:\/\/amazon.sa\/*", "https:\/\/www.amazon.ae\/*", "https:\/\/www.amazon.com.tr\/*", "https:\/\/www.amazon.sg\/*", "https:\/\/www.amazon.com.br\/*" ], "content_scripts": [ { "matches": [ " |