Amazon ASIN Viewer
Make visible all ASIN easily on any page of Amazon Site
Amazon ASIN Viewerคืออะไร?
Amazon ASIN Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย saaction และคุณลักษณะหลักของมันคือ "Make visible all ASIN easily on any page of Amazon Site"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Amazon ASIN Viewer
ดาวน์โหลดไฟล์ส่วนขยาย Amazon ASIN Viewer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ASIN Viewer, the Amazon ASIN Viewer Tool allowing Amazon Sellers visible ASINS easily on any page Features include: • View ASINs on any Amazon Search result page • View ASINs on Amazon Product Page • Works on over 15 Amazon marketplaces .com .ca .co.uk .es .fr .de .it & many more • View ASINs on any amazon page • 100% FREE • FREE Lifetime Updates • FREE Support Got Question? Reach us : https://saaction.in
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Amazon ASIN Viewer |
ID | ahhaaapepffpiajdgbaedofpbpfbncff |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/amazon-asin-viewer/ahhaaapepffpiajdgbaedofpbpfbncff |
คำอธิบาย | Make visible all ASIN easily on any page of Amazon Site |
ขนาดไฟล์ | 31.66 KB |
จำนวนการติดตั้ง | 163 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2021-04-12 |
วันที่เผยแพร่ | 2021-02-16 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | saaction |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://saaction.in/ |
URL หน้าช่วยเหลือ | http://saaction.in/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon ASIN Viewer", "version": "0.2", "description": "Make visible all ASIN easily on any page of Amazon Site", "permissions": [ "*:\/\/*.amazon.com\/*", "tabs", "activeTab", "storage" ], "options_page": ".\/popup.html", "background": { "scripts": [ ".\/background.js" ], "persistent": false }, "browser_action": { "default_popup": ".\/popup.html", "default_title": "Amazon ASIN Options", "default_icon": { "16": ".\/images\/icon16.png", "32": ".\/images\/icon32.png", "48": ".\/images\/icon48.png", "128": ".\/images\/icon128.png" } }, "icons": { "16": ".\/images\/icon16.png", "32": ".\/images\/icon32.png", "48": ".\/images\/icon48.png", "128": ".\/images\/icon128.png" }, "manifest_version": 2 } |