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.
Qu'est-ce que 4Seller E-Commerce Assistant(Product Scraper) ?
4Seller E-Commerce Assistant(Product Scraper) est une extension Chrome développée par 4seller ERP, et sa fonction principale est "Supports to copy all the products information on Amazon,eBay,SHEIN,Temu,Walmart to TikTok and invitation of TikTok creators.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 4Seller E-Commerce Assistant(Product Scraper)
Téléchargez les fichiers d'extension 4Seller E-Commerce Assistant(Product Scraper) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
·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
Informations de Base sur l'Extension
Nom | 4Seller E-Commerce Assistant(Product Scraper) |
ID | mgpiaejpbhhahadpijmdphghpfghhgjk |
URL Officiel | 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. |
Taille du Fichier | 119 KB |
Nombre d'Installations | 718 |
Version Actuelle | 1.2.27 |
Dernière Mise à Jour | 2024-03-05 |
Date de Publication | 2023-12-12 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | 4seller ERP |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.4seller.com/ |
URL de la Page d'Aide | https://help.4seller.com/ |
URL de la Page de Politique de Confidentialité | https://www.4seller.com/privacyPolicy.html |
Langues Prises en Charge | 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\/*" ] } } |