Joomla Aliexpress Importer
It is used to import product from aliexpress to Joomla store and it can be used with webkul Joomla Aliexpress Importer.
O que é Joomla Aliexpress Importer?
Joomla Aliexpress Importer é uma extensão do Chrome desenvolvida por Webkul Software, e sua principal característica é "It is used to import product from aliexpress to Joomla store and it can be used with webkul Joomla Aliexpress Importer.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Joomla Aliexpress Importer
Baixe arquivos de extensão Joomla Aliexpress 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
This is used to import the products from AliExpress directly to your Joomla VirtueMart store and start selling those products at your own store with the help of "Joomla VirtueMart AliExpress Dropshipping".
Informações Básicas da Extensão
Nome | |
ID | modgbjgnpmibebjdbkcmkegloikcaoka |
URL Oficial | https://chrome.google.com/webstore/detail/joomla-aliexpress-importe/modgbjgnpmibebjdbkcmkegloikcaoka |
Descrição | It is used to import product from aliexpress to Joomla store and it can be used with webkul Joomla Aliexpress Importer. |
Tamanho do Arquivo | 100 KB |
Contagem de Instalações | 66 |
Versão Atual | 3.2 |
Última Atualização | 2019-10-09 |
Data de Publicação | 2019-10-09 |
Desenvolvedor | Webkul Software |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://webkul.com/privacy-policy |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Joomla Aliexpress Importer", "description": "It is used to import product from aliexpress to Joomla store and it can be used with webkul Joomla Aliexpress Importer.", "version": "3.2", "content_scripts": [ { "matches": [ "*:\/\/*.aliexpress.com\/*" ], "js": [ "resources\/js\/jquery.js", "resources\/js\/content.js" ], "css": [ "resources\/style\/joomla_import.css" ] } ], "permissions": [ "activeTab", "tabs" ], "icons": { "128": "resources\/image\/import-icon.png" }, "browser_action": { "default_title": "Run only when aliexpress site open", "default_icon": "resources\/image\/import-icon.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "resources\/image\/*.png", "resources\/js\/wk_joomlaimporter.js", "resources\/js\/jquery.js", "resources\/style\/joomla_import.css" ], "manifest_version": 2 } |