Magento 1 AliExpress Importer
It is used to import product from AliExpress to magento store and it can be used with webkul magento1 dropship management module.
Magento 1 AliExpress Importerとは何ですか?
Magento 1 AliExpress ImporterはWebkul Softwareによって開発されたChromeの拡張機能で、その主な機能は「It is used to import product from AliExpress to magento store and it can be used with webkul magento1 dropship management module.」です。
拡張機能のスクリーンショット
Magento 1 AliExpress Importer拡張機能のCRXファイルをダウンロード
Magento 1 AliExpress Importer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Magento Aliexpress Importer will import products of Aliexpress to your Magento store and can start selling those products within his own store very easily.
拡張機能の基本情報
名前 | Magento 1 AliExpress Importer |
ID | fbcicgnpjccdcankcehaopgaojoohkjm |
公式URL | https://chromewebstore.google.com/detail/magento-1-aliexpress-impo/fbcicgnpjccdcankcehaopgaojoohkjm |
説明 | It is used to import product from AliExpress to magento store and it can be used with webkul magento1 dropship management module. |
ファイルサイズ | 153 KB |
インストール数 | 40 |
現在のバージョン | 1.8.1 |
最終更新日 | 2021-12-18 |
公開日 | 2019-07-24 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | 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": "Magento 1 AliExpress Importer", "version": "1.8.1", "manifest_version": 2, "description": "It is used to import product from AliExpress to magento store and it can be used with webkul magento1 dropship management module.", "background": { "scripts": [ "resources\/js\/background.js" ], "persistent": false }, "icons": { "128": "resources\/images\/Icon.png" }, "permissions": [ "activeTab", "tabs" ], "browser_action": { "default_icon": "resources\/images\/icon-disabled.png" }, "web_accessible_resources": [ "*.png", "resources\/js\/wk_inserted.js", "resources\/js\/jquery.min.js" ], "content_scripts": [ { "matches": [ "https:\/\/*.aliexpress.com\/*", "http:\/\/*.aliexpress.com\/*" ], "js": [ "resources\/js\/jquery.min.js", "resources\/js\/content.js" ], "css": [ "resources\/css\/dropship.css" ] } ] } |