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.
What is 4Seller E-Commerce Assistant(Product Scraper)?
4Seller E-Commerce Assistant(Product Scraper) is a Chrome extension developed by 4seller ERP, and its main feature is "Supports to copy all the products information on Amazon,eBay,SHEIN,Temu,Walmart to TikTok and invitation of TikTok creators.".
Extension Screenshots
Download 4Seller E-Commerce Assistant(Product Scraper) Extension CRX File
Download 4Seller E-Commerce Assistant(Product Scraper) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
·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
Extension Basic Information
Name | 4Seller E-Commerce Assistant(Product Scraper) |
ID | mgpiaejpbhhahadpijmdphghpfghhgjk |
Official URL | https://chromewebstore.google.com/detail/4seller-e-commerce-assist/mgpiaejpbhhahadpijmdphghpfghhgjk |
Description | Supports to copy all the products information on Amazon,eBay,SHEIN,Temu,Walmart to TikTok and invitation of TikTok creators. |
File Size | 119 KB |
Installation Count | 718 |
Current Version | 1.2.27 |
Last Updated | 2024-03-05 |
Publish Date | 2023-12-12 |
Rating | 5.00/5 Total 1 Ratings |
Developer | 4seller ERP |
[email protected] | |
Payment Type | free |
Extension Website | https://www.4seller.com/ |
Help Page URL | https://help.4seller.com/ |
Privacy Policy Page URL | https://www.4seller.com/privacyPolicy.html |
Supported Languages | 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\/*" ] } } |