Thai Smart Dropship Power Tools
Useful tools that help you work more easily with dropshipping from Amazon to eBay
Thai Smart Dropship Power Toolsคืออะไร?
Thai Smart Dropship Power Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://thaismartdropship.com และคุณลักษณะหลักของมันคือ "Useful tools that help you work more easily with dropshipping from Amazon to eBay"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Thai Smart Dropship Power Tools
ดาวน์โหลดไฟล์ส่วนขยาย Thai Smart Dropship Power Tools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Useful tools that help you work more easily with dropshipping from Amazon to eBay
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hnamfabeggenkfogkjejiflbfanjanad |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/thai-smart-dropship-power/hnamfabeggenkfogkjejiflbfanjanad |
คำอธิบาย | Useful tools that help you work more easily with dropshipping from Amazon to eBay |
ขนาดไฟล์ | 103 KB |
จำนวนการติดตั้ง | 53 |
เวอร์ชันปัจจุบัน | 1.0.0.4 |
อัปเดตครั้งล่าสุด | 2017-11-09 |
วันที่เผยแพร่ | 2017-11-09 |
คะแนน | 4.75/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | http://thaismartdropship.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.thaismartdropship.com |
URL หน้าช่วยเหลือ | https://www.youtube.com/watch?v=_Z8KQ6g040M&list=PLMWF99L_4YiMKUl_XAcW19613pp_iBcWl&index=11 |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Thai Smart Dropship Power Tools", "version": "1.0.0.4", "description": "Useful tools that help you work more easily with dropshipping from Amazon to eBay", "options_page": "configuration.html", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_title": "Thai Smart Dropship Power Tools", "default_icon": "images\/icon16.png", "default_popup": "popup.html" }, "permissions": [ "storage", "tabs" ], "web_accessible_resources": [ "images\/logo-link-tswebsite.png", "images\/logo-link-facebook.png", "images\/loading.gif" ], "content_scripts": [ { "css": [ "css\/ebay.css" ], "js": [ "scripts\/jquery-3.2.1.js", "scripts\/ebay.js" ], "matches": [ "http:\/\/k2b-bulk.ebay.com\/ws\/eBayISAPI.dll?SalesRecordConsole*", "https:\/\/k2b-bulk.ebay.com\/ws\/eBayISAPI.dll?SalesRecordConsole*", "http:\/\/k2b-bulk.ebay.com\/ws\/eBayISAPI.dll?MfcISAPICommand=SalesRecordConsole*", "https:\/\/k2b-bulk.ebay.com\/ws\/eBayISAPI.dll?MfcISAPICommand=SalesRecordConsole*" ] }, { "js": [ "scripts\/jquery-3.2.1.js", "scripts\/jquery.onmutate.js", "scripts\/amazon.js" ], "matches": [ "http:\/\/www.amazon.com\/gp\/buy\/*", "https:\/\/www.amazon.com\/gp\/buy\/*" ] } ] } |