Dropshipman-Aliexpress&Temu Product Importer
Import and sync products from AliExpress / Temu to your Shopify store
O que é Dropshipman-Aliexpress&Temu Product Importer?
Dropshipman-Aliexpress&Temu Product Importer é uma extensão do Chrome desenvolvida por https://dropshipman.com, e sua principal característica é "Import and sync products from AliExpress / Temu to your Shopify store".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Dropshipman-Aliexpress&Temu Product Importer
Baixe arquivos de extensão Dropshipman-Aliexpress&Temu Product Importer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
1. Login the app DropShipMan in your shopify store 2. Go to Aliexpress.com/temu.com 3. Start using the extension when you browse categories, store, wishlist or search for products on AliExpress/Temu. 4. Bulk add products in categories or search page required that the page scroll to the bottom for AliExpress have loads the products.
Informações Básicas da Extensão
Nome | Dropshipman-Aliexpress&Temu Product Importer |
ID | bobhjedlciclpchpelkgiojkmmfgnihg |
URL Oficial | https://chromewebstore.google.com/detail/dropshipman-aliexpresstem/bobhjedlciclpchpelkgiojkmmfgnihg |
Descrição | Import and sync products from AliExpress / Temu to your Shopify store |
Tamanho do Arquivo | 225 KB |
Contagem de Instalações | 4,000 |
Versão Atual | 2.1.0 |
Última Atualização | 2024-02-27 |
Data de Publicação | 2020-08-20 |
Classificação | 4.00/5 Total de 4 Avaliações |
Desenvolvedor | https://dropshipman.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.dropshipman.com/ |
URL da Página de Ajuda | https://www.dropshipman.com/blogs/import-products/how-to-add-aliexpress-products-to-dropshipman-by-chrome-extension |
URL da Página de Política de Privacidade | https://www.dropshipman.com/blog/DropShipMan-Privacy-Policy |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dropshipman-Aliexpress&Temu Product Importer", "version": "2.1.0", "manifest_version": 3, "description": "Import and sync products from AliExpress \/ Temu to your Shopify store", "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "action": { "default_title": "Dropshipman-Aliexpress&Temu Product Importer", "default_popup": "popup.html" }, "background": { "service_worker": ".\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.temu.com\/*", "https:\/\/*.aliexpress.com\/*", "https:\/\/*.aliexpress.us\/*", "https:\/\/*.1688.com\/*", "*:\/\/*.dropshipman.com\/*" ], "js": [ ".\/content_scripts.js" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "permissions": [ "storage", "tabs" ], "host_permissions": [ "https:\/\/api.dropshipman.com\/*", "https:\/\/test-api.dropshipman.com\/*" ], "web_accessible_resources": [ { "resources": [ "\/logo128.png" ], "matches": [ " |