Opencart AliExpress Importer
It is used to import product from aliexpress to opencart store and it can be used with webkul opencart dropship management module.
Cos'è Opencart AliExpress Importer?
Opencart AliExpress Importer è un'estensione di Chrome sviluppata da Webkul Software, e la sua funzione principale è "It is used to import product from aliexpress to opencart store and it can be used with webkul opencart dropship management module.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Opencart AliExpress Importer
Scarica i file di estensione Opencart AliExpress Importer 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
OpenCart Aliexpress Importer will import products from Aliexpress.com to your OpenCart store and you can start selling products of Aliexpress within your own store very easily. http://opencart.webkul.com/Opencart-Dropship-Management-Module
Informazioni di Base sull'Estensione
Nome | |
ID | oacipfkfeiojbgojbnnkdfelggfjigla |
URL Ufficiale | https://chrome.google.com/webstore/detail/opencart-aliexpress-impor/oacipfkfeiojbgojbnnkdfelggfjigla |
Descrizione | It is used to import product from aliexpress to opencart store and it can be used with webkul opencart dropship management module. |
Dimensione del File | 108 KB |
Conteggio Installazioni | 448 |
Versione Corrente | 2.4.3 |
Ultimo Aggiornamento | 2024-01-08 |
Data di Pubblicazione | 2021-01-23 |
Valutazione | 1.82/5 Totale 17 Valutazioni |
Sviluppatore | Webkul Software |
[email protected] | |
Tipo di Pagamento | in_app |
URL della Pagina della Politica sulla Privacy | https://webkul.com/privacy-policy |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Opencart AliExpress Importer", "version": "2.4.3", "manifest_version": 3, "description": "It is used to import product from aliexpress to opencart store and it can be used with webkul opencart dropship management module.", "background": { "service_worker": "resources\/scripts\/background.js" }, "icons": { "128": "resources\/image\/icon.png" }, "permissions": [ "tabs" ], "host_permissions": [ "https:\/\/www.aliexpress.com\/", "https:\/\/*.aliexpress.com\/" ], "action": { "default_icon": "resources\/image\/icon-disabled.png" }, "web_accessible_resources": [ { "resources": [ "resources\/scripts\/jquery.min.js", "resources\/scripts\/wk_inserted.js", "resources\/image\/*.png" ], "matches": [ "https:\/\/*\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/*.aliexpress.com\/*", "http:\/\/*.aliexpress.com\/*" ], "js": [ "resources\/scripts\/jquery.min.js", "resources\/scripts\/content.js" ], "css": [ "resources\/css\/dropship.css" ] } ] } |