Prestashop AliExpress Importer
This extension is used to import product from aliexpress to Prestashop.
什麼是Prestashop AliExpress Importer?
Prestashop AliExpress Importer是由Webkul Software開發的Chrome擴展程式,該擴展的主要功能是“This extension is used to import product from aliexpress to Prestashop.”。
擴展截圖
下載Prestashop AliExpress Importer擴展crx文件
下載Prestashop AliExpress Importer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Prestashop AliExpress Importer |
ID | iochebggflimfedlldfjjomnkpoikknk |
官方網址 | https://chromewebstore.google.com/detail/prestashop-aliexpress-imp/iochebggflimfedlldfjjomnkpoikknk |
簡介 | This extension is used to import product from aliexpress to Prestashop. |
檔案大小 | 83.92 KB |
安裝次數 | 623 |
目前版本 | 1.1.4 |
更新時間 | 2023-08-16 |
上架時間 | 2019-09-12 |
評分 | 2.62/5 共 13 次評分 |
開發者 | Webkul Software |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://webkul.com/privacy-policy |
支援的語言 | 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" } } |