Amazon Search Tools
Make it easy to Search Products on Amazon Regions and Supplier Web Sites such as Alibaba AliExpress and others.
Amazon Search Toolsคืออะไร?
Amazon Search Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย [email protected] และคุณลักษณะหลักของมันคือ "Make it easy to Search Products on Amazon Regions and Supplier Web Sites such as Alibaba AliExpress and others."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Amazon Search Tools
ดาวน์โหลดไฟล์ส่วนขยาย Amazon Search Tools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This application especially designed for searching products different kinds of platforms. You can easily find products which is suitable for dropshipping. If you are a buyer you can find your products easily. For seller and buyer this program save your special time. This can handle copy paste jobs easily. Supported platforms : Amazon North America Region Amazon Global Amazon Canada Amazon Mexico Amazon Europe Region Amazon Turkey (New) Amazon United Arab Emirates (NEW) Amazon France Amazon Germany Amazon Italy Amazon Spain Amazon UK Aliexpress Alibaba Ebay DealExtreme Walmart Global Walmart Canada Dhgate Target Tmart Tmall FocalPrice Geekbuying Turkish Websites gittigidiyor hepsiburada n11 akakce cimri
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ifjakjbmablhabbglbakdbnnfaaeihej |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/amazon-search-tools/ifjakjbmablhabbglbakdbnnfaaeihej |
คำอธิบาย | Make it easy to Search Products on Amazon Regions and Supplier Web Sites such as Alibaba AliExpress and others. |
ขนาดไฟล์ | 1.91 MB |
จำนวนการติดตั้ง | 465 |
เวอร์ชันปัจจุบัน | 1.19 |
อัปเดตครั้งล่าสุด | 2020-07-11 |
วันที่เผยแพร่ | 2019-10-02 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | [email protected] |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://btcile.com |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon Search Tools", "version": "1.19", "description": "Make it easy to Search Products on Amazon Regions and Supplier Web Sites such as Alibaba AliExpress and others.", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/logo.png", "32": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" } }, "icons": { "16": "images\/logo.png", "32": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" }, "manifest_version": 2, "permissions": [ "tabs", "activeTab", "declarativeContent", "storage", "clipboardWrite", "clipboardRead", "http:\/\/*\/*", "https:\/\/*\/*" ] } |