4Seller E-Commerce Assistant(Product Scraper)
Supports to copy all the products information on Amazon,eBay,SHEIN,Temu,Walmart to TikTok and invitation of TikTok creators.
4Seller E-Commerce Assistant(Product Scraper)คืออะไร?
4Seller E-Commerce Assistant(Product Scraper) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 4seller ERP และคุณลักษณะหลักของมันคือ "Supports to copy all the products information on Amazon,eBay,SHEIN,Temu,Walmart to TikTok and invitation of TikTok creators."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 4Seller E-Commerce Assistant(Product Scraper)
ดาวน์โหลดไฟล์ส่วนขยาย 4Seller E-Commerce Assistant(Product Scraper) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
·Scraper Amazon listings quickly published on TikTok Shop US ·Scraper SHEIN listings quickly published on TikTok Shop US ·Scraper Temu listings quickly published on TikTok shop US ·Scraper eBay listings quickly published on TikTok shop US ·Scraper Walmart listings quickly published on TikTok shop US
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 4Seller E-Commerce Assistant(Product Scraper) |
ID | mgpiaejpbhhahadpijmdphghpfghhgjk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/4seller-e-commerce-assist/mgpiaejpbhhahadpijmdphghpfghhgjk |
คำอธิบาย | Supports to copy all the products information on Amazon,eBay,SHEIN,Temu,Walmart to TikTok and invitation of TikTok creators. |
ขนาดไฟล์ | 119 KB |
จำนวนการติดตั้ง | 718 |
เวอร์ชันปัจจุบัน | 1.2.27 |
อัปเดตครั้งล่าสุด | 2024-03-05 |
วันที่เผยแพร่ | 2023-12-12 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | 4seller ERP |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.4seller.com/ |
URL หน้าช่วยเหลือ | https://help.4seller.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.4seller.com/privacyPolicy.html |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.2.27", "name": "4Seller E-Commerce Assistant(Product Scraper)", "description": "Supports to copy all the products information on Amazon,eBay,SHEIN,Temu,Walmart to TikTok and invitation of TikTok creators.", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'", "sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self'" }, "permissions": [ "webRequest" ], "host_permissions": [ "*:\/\/*.meiyunji.net\/*", "*:\/\/*.4seller.com\/*", "*:\/\/*.temu.com\/*", "*:\/\/*.shein.com\/*", "*:\/\/*.walmart.com\/*", "*:\/\/*.ebay.com\/", "*:\/\/*.ebaydesc.com\/", "*:\/\/*.cjdropshipping.com\/*", "*:\/\/affiliate-us.tiktok.com\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "\/images\/icon_48.png" } }, "icons": { "16": "\/images\/icon_16.png", "19": "\/images\/icon_19.png", "48": "\/images\/icon_48.png", "128": "\/images\/icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.amazon.co.uk\/*", "https:\/\/*.amazon.de\/*", "https:\/\/*.amazon.fr\/*", "https:\/\/*.amazon.es\/*", "https:\/\/*.amazon.it\/*", "https:\/\/*.amazon.ca\/*", "https:\/\/*.amazon.in\/*", "https:\/\/*.amazon.sg\/*", "https:\/\/*.amazon.ae\/*", "https:\/\/*.amazon.nl\/*", "https:\/\/*.amazon.com.mx\/*", "https:\/\/*.amazon.com.au\/*", "https:\/\/*.amazon.com.br\/*", "https:\/\/*.amazon.com.tr\/*", "https:\/\/*.amazon.co.jp\/*", "https:\/\/*.amazon.com\/*", "https:\/\/*.amazon.cn\/*", "https:\/\/*.amazon.sa\/*", "https:\/\/*.amazon.se\/*", "https:\/\/*.temu.com\/*", "https:\/\/*.shein.com\/*", "https:\/\/*.walmart.com\/*", "*:\/\/*.ebay.com\/*", "*:\/\/*.ebay.ie\/*", "*:\/\/*.ebay.at\/*", "*:\/\/*.ebay.be\/*", "*:\/\/*.ebay.pl\/*", "*:\/\/*.ebay.de\/*", "*:\/\/*.ebay.es\/*", "*:\/\/*.ebay.fr\/*", "*:\/\/*.ebay.ph\/*", "*:\/\/*.ebay.nl\/*", "*:\/\/*.ebay.ca\/*", "*:\/\/*.ebay.se\/*", "*:\/\/*.ebay.ch\/*", "*:\/\/*.ebay.it\/*", "*:\/\/*.ebay.in\/*", "*:\/\/*.ebay.co.uk\/*", "*:\/\/*.ebay.com.hk\/*", "*:\/\/*.ebay.com.sg\/*", "*:\/\/*.ebay.com.au\/*", "*:\/\/*.ebay.com.nz\/*", "*:\/\/*.ebay.com.cn\/*", "*:\/\/*.ebay.com.my\/*", "*:\/\/*.ebaydesc.com\/*", "http:\/\/*.ebaydesc.com\/*", "*:\/\/*.cjdropshipping.com\/*" ], "js": [ "js\/jquery.min.js", "js\/jszip.min.js", "js\/jquery.combo.select.js", "index.js" ], "css": [ "css\/combo.select.css", "css\/comm.css", "css\/style.css" ] }, { "matches": [ "https:\/\/affiliate-us.tiktok.com\/connection\/creator*" ], "js": [ "js\/jquery.min.js", "util.js", "creator.js" ], "css": [ "css\/comm.css", "css\/creator.css" ] }, { "matches": [ "https:\/\/affiliate-us.tiktok.com\/seller\/im*" ], "js": [ "js\/jquery.min.js", "cooperation.js" ], "css": [ "css\/comm.css", "css\/creator.css", "css\/cooperation.css" ] } ], "externally_connectable": { "matches": [ "*:\/\/*.meiyunji.net\/*", "*:\/\/*.4seller.com\/*", "*:\/\/*.temu.com\/*", "*:\/\/*.shein.com\/*", "*:\/\/*.walmart.com\/*" ] } } |