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.
Cos'è 4Seller E-Commerce Assistant(Product Scraper)?
4Seller E-Commerce Assistant(Product Scraper) è un'estensione di Chrome sviluppata da 4seller ERP, e la sua funzione principale è "Supports to copy all the products information on Amazon,eBay,SHEIN,Temu,Walmart to TikTok and invitation of TikTok creators.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 4Seller E-Commerce Assistant(Product Scraper)
Scarica i file di estensione 4Seller E-Commerce Assistant(Product Scraper) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
·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
Informazioni di Base sull'Estensione
Nome | 4Seller E-Commerce Assistant(Product Scraper) |
ID | mgpiaejpbhhahadpijmdphghpfghhgjk |
URL Ufficiale | https://chromewebstore.google.com/detail/4seller-e-commerce-assist/mgpiaejpbhhahadpijmdphghpfghhgjk |
Descrizione | Supports to copy all the products information on Amazon,eBay,SHEIN,Temu,Walmart to TikTok and invitation of TikTok creators. |
Dimensione del File | 119 KB |
Conteggio Installazioni | 718 |
Versione Corrente | 1.2.27 |
Ultimo Aggiornamento | 2024-03-05 |
Data di Pubblicazione | 2023-12-12 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | 4seller ERP |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.4seller.com/ |
URL della Pagina di Aiuto | https://help.4seller.com/ |
URL della Pagina della Politica sulla Privacy | https://www.4seller.com/privacyPolicy.html |
Lingue Supportate | 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\/*" ] } } |