Prestashop AliExpress Importer
This extension is used to import product from aliexpress to Prestashop.
Qu'est-ce que Prestashop AliExpress Importer ?
Prestashop AliExpress Importer est une extension Chrome développée par Webkul Software, et sa fonction principale est "This extension is used to import product from aliexpress to Prestashop.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Prestashop AliExpress Importer
Téléchargez les fichiers d'extension Prestashop AliExpress Importer 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
PrestaShop AliExpress Importer is used to import product from AliExpress to PrestaShop store and it can be used with Webkul PrestaShop Dropshipping Module. With this importer, you can easily import products from AliExpress.com and even add them to a cart upon order placement in your PrestaShop store. By utilizing this tool, you can quickly and effortlessly begin DropShipping products from AliExpress within your own store.
Informations de Base sur l'Extension
Nom | Prestashop AliExpress Importer |
ID | iochebggflimfedlldfjjomnkpoikknk |
URL Officiel | https://chromewebstore.google.com/detail/prestashop-aliexpress-imp/iochebggflimfedlldfjjomnkpoikknk |
Description | This extension is used to import product from aliexpress to Prestashop. |
Taille du Fichier | 83.92 KB |
Nombre d'Installations | 623 |
Version Actuelle | 1.1.4 |
Dernière Mise à Jour | 2023-08-16 |
Date de Publication | 2019-09-12 |
Évaluation | 2.62/5 Total 13 Évaluations |
Développeur | Webkul Software |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://webkul.com/privacy-policy |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Prestashop AliExpress Importer", "description": "This extension is used to import product from aliexpress to Prestashop.", "manifest_version": 3, "minimum_chrome_version": "88", "version": "1.1.4", "offline_enabled": false, "background": { "service_worker": "resources\/js\/background.js" }, "permissions": [ "activeTab", "tabs" ], "icons": { "128": "resources\/image\/icon.png" }, "web_accessible_resources": [ { "resources": [ "resources\/image\/logo.png", "resources\/image\/cross.png", "resources\/image\/icon.png", "resources\/image\/icon-disabled.png", "resources\/image\/icon-enabled.png", "resources\/js\/jquery.min.js", "resources\/js\/wk_inserted.js" ], "matches": [ "https:\/\/*.aliexpress.com\/*", "http:\/\/*.aliexpress.com\/*", "https:\/\/*.aliexpress.us\/*", "http:\/\/*.aliexpress.us\/*", "http:\/\/es.aliexpress.us\/*", "https:\/\/es.aliexpress.us\/*" ], "use_dynamic_url": true } ], "content_scripts": [ { "matches": [ "https:\/\/*.aliexpress.com\/*", "http:\/\/*.aliexpress.com\/*", "https:\/\/*.aliexpress.us\/*", "http:\/\/*.aliexpress.us\/*", "http:\/\/es.aliexpress.us\/*" ], "all_frames": true, "css": [ "resources\/css\/dropship.css" ], "js": [ "resources\/js\/jquery.min.js", "resources\/js\/content.js" ] } ], "action": { "default_icon": "resources\/image\/icon-disabled.png", "default_popup": "resources\/html\/enabledPopUp.html" } } |