ID Grabber
Grab ASIN/Product IDs from Amazon, Costco and Walmart
ID Grabberคืออะไร?
ID Grabber เป็นส่วนขยายของ Chrome ที่พัฒนาโดย xylude และคุณลักษณะหลักของมันคือ "Grab ASIN/Product IDs from Amazon, Costco and Walmart"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ID Grabber
ดาวน์โหลดไฟล์ส่วนขยาย ID Grabber ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension will grab ASIN/Product IDs from Amazon, WalMart and Costco for use with various drop shipping services. It is lightweight, has low permissions and doesn't require any logins to third-party services. If you find any issues with this extension, please submit an issue on the github for this project here: https://github.com/xylude/id-grabber/issues
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ID Grabber |
ID | limdokdgfgcalepbjabnimcdiakbkjho |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/id-grabber/limdokdgfgcalepbjabnimcdiakbkjho |
คำอธิบาย | Grab ASIN/Product IDs from Amazon, Costco and Walmart |
ขนาดไฟล์ | 214 KB |
จำนวนการติดตั้ง | 98 |
เวอร์ชันปัจจุบัน | 0.0.3 |
อัปเดตครั้งล่าสุด | 2018-07-06 |
วันที่เผยแพร่ | 2018-07-06 |
ผู้พัฒนา | xylude |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ID Grabber", "version": "0.0.3", "description": "Grab ASIN\/Product IDs from Amazon, Costco and Walmart", "manifest_version": 2, "permissions": [ "declarativeContent", "storage", "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "index.html", "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } }, "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } } |