Easync Product ID Grab Tool for Drop Shipping
Easync's powerful plug in for multi variation listings!
Easync Product ID Grab Tool for Drop Shippingคืออะไร?
Easync Product ID Grab Tool for Drop Shipping เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://easync.io และคุณลักษณะหลักของมันคือ "Easync's powerful plug in for multi variation listings!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easync Product ID Grab Tool for Drop Shipping
ดาวน์โหลดไฟล์ส่วนขยาย Easync Product ID Grab Tool for Drop Shipping ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Easync.io is a powerful Chrome extension that simplifies online shopping by collecting product IDs from top US online stores like Amazon and Walmart. With Easync.io, you can easily gather Amazon ASINs and Walmart Product IDs, making it easy to compare prices and purchase your favorite products. Say goodbye to the hassle of navigating multiple websites and searching for product IDs - Easync.io has got you covered!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Easync Product ID Grab Tool for Drop Shipping |
ID | cailnmbnfboealffnempgplnfcjoibgb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/easync-product-id-grab-to/cailnmbnfboealffnempgplnfcjoibgb |
คำอธิบาย | Easync's powerful plug in for multi variation listings! |
ขนาดไฟล์ | 4.17 MB |
จำนวนการติดตั้ง | 10,045 |
เวอร์ชันปัจจุบัน | 2.29.62 |
อัปเดตครั้งล่าสุด | 2023-07-06 |
วันที่เผยแพร่ | 2020-04-18 |
คะแนน | 3.20/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | https://easync.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://easync.io/ |
URL หน้าช่วยเหลือ | https:/help.easync.io/ |
URL หน้านโยบายความเป็นส่วนตัว | https://help.easync.io/en/articles/3798382-privacy-policy-of-easync-chrome-extension |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Easync Product ID Grab Tool for Drop Shipping", "short_name": "Product ID Grabbing Tool", "description": "Easync's powerful plug in for multi variation listings!", "version": "2.29.62", "manifest_version": 2, "permissions": [ "activeTab", "downloads", "clipboardRead", "clipboardWrite", "storage" ], "browser_action": { "default_title": "easync.io", "default_icon": "img\/logo-48.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.co.jp\/*" ], "css": [ "css\/font-awesome.min.css" ], "js": [ "lib\/jquery.js", "lib\/address.js" ] }, { "matches": [ "*:\/\/*.amazon.com\/a\/addresses\/add*", "*:\/\/*.amazon.com\/gp\/buy\/*", "*:\/\/*.amazon.co.uk\/gp\/buy\/*", "*:\/\/*.amazon.ca\/gp\/buy\/*", "*:\/\/*.amazon.de\/gp\/buy\/*", "*:\/\/*.amazon.fr\/gp\/buy\/*", "*:\/\/*.amazon.it\/gp\/buy\/*", "*:\/\/*.amazon.es\/gp\/buy\/*", "*:\/\/*.amazon.co.jp\/gp\/buy\/*" ], "js": [ "lib\/address.js", "injectAddr.js" ] } ], "icons": { "16": "img\/logo-16.png", "48": "img\/logo-48.png", "128": "img\/logo-128.png" } } |