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 |
公式URL | 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 |
Eメール | [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" } } |