Amazon Show ASIN (ASA)
ASA is a 100% free extension that allows you to see full the title and ASIN code of the products on Amazon.com
Amazon Show ASIN (ASA)คืออะไร?
Amazon Show ASIN (ASA) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ngothang.me และคุณลักษณะหลักของมันคือ "ASA is a 100% free extension that allows you to see full the title and ASIN code of the products on Amazon.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Amazon Show ASIN (ASA)
ดาวน์โหลดไฟล์ส่วนขยาย Amazon Show ASIN (ASA) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ASA is the fastest way to reveal search ASIN code, title research, and get content guidelines directly in Amazon.com. 100% free and forever.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Amazon Show ASIN (ASA) |
ID | ikaoklbgbhdjhgkobibiapgoakofjcen |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/amazon-show-asin-asa/ikaoklbgbhdjhgkobibiapgoakofjcen |
คำอธิบาย | ASA is a 100% free extension that allows you to see full the title and ASIN code of the products on Amazon.com |
ขนาดไฟล์ | 45.9 KB |
จำนวนการติดตั้ง | 92 |
เวอร์ชันปัจจุบัน | 0.0.3 |
อัปเดตครั้งล่าสุด | 2022-09-20 |
วันที่เผยแพร่ | 2022-09-02 |
ผู้พัฒนา | https://ngothang.me |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://ngothang.me/ |
URL หน้าช่วยเหลือ | https://ngothang.me/contact/ |
URL หน้านโยบายความเป็นส่วนตัว | https://ngothang.me/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon Show ASIN (ASA)", "version": "0.0.3", "manifest_version": 3, "description": "ASA is a 100% free extension that allows you to see full the title and ASIN code of the products on Amazon.com", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "action": { "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png" }, "default_title": "Amazon Show ASIN (ASA)", "default_popup": "popup.html" }, "background": { "service_worker": "scripts\/background.js", "type": "module" }, "content_scripts": [ { "matches": [ "*:\/\/www.amazon.com\/*" ], "js": [ "index.js" ], "css": [ "styles\/main.css" ], "run_at": "document_idle" } ], "permissions": [ "storage", "tabs" ], "optional_permissions": [] } |