Prestashop AliExpress Importer
This extension is used to import product from aliexpress to Prestashop.
Vad är Prestashop AliExpress Importer?
Prestashop AliExpress Importer är en Chrome-tillägg utvecklad av Webkul Software, och dess huvudfunktion är "This extension is used to import product from aliexpress to Prestashop.".
Tilläggsskärmbilder
Ladda ner Prestashop AliExpress Importer-förlängningens CRX-fil
Ladda ner Prestashop AliExpress Importer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Prestashop AliExpress Importer |
ID | iochebggflimfedlldfjjomnkpoikknk |
Officiell webbadress | https://chromewebstore.google.com/detail/prestashop-aliexpress-imp/iochebggflimfedlldfjjomnkpoikknk |
Beskrivning | This extension is used to import product from aliexpress to Prestashop. |
Filstorlek | 83.92 KB |
Antal Installationer | 623 |
Aktuell Version | 1.1.4 |
Senast Uppdaterad | 2023-08-16 |
Publiceringsdatum | 2019-09-12 |
Betyg | 2.62/5 Totalt 13 Betyg |
Utvecklare | Webkul Software |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://webkul.com/privacy-policy |
Stödda Språk | 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" } } |