Opencart AliExpress Importer
It is used to import product from aliexpress to opencart store and it can be used with webkul opencart dropship management module.
Opencart AliExpress Importerとは何ですか?
Opencart AliExpress ImporterはWebkul Softwareによって開発されたChromeの拡張機能で、その主な機能は「It is used to import product from aliexpress to opencart store and it can be used with webkul opencart dropship management module.」です。
拡張機能のスクリーンショット
Opencart AliExpress Importer拡張機能のCRXファイルをダウンロード
Opencart AliExpress Importer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
OpenCart Aliexpress Importer will import products from Aliexpress.com to your OpenCart store and you can start selling products of Aliexpress within your own store very easily. http://opencart.webkul.com/Opencart-Dropship-Management-Module
拡張機能の基本情報
名前 | |
ID | oacipfkfeiojbgojbnnkdfelggfjigla |
公式URL | https://chrome.google.com/webstore/detail/opencart-aliexpress-impor/oacipfkfeiojbgojbnnkdfelggfjigla |
説明 | It is used to import product from aliexpress to opencart store and it can be used with webkul opencart dropship management module. |
ファイルサイズ | 108 KB |
インストール数 | 448 |
現在のバージョン | 2.4.3 |
最終更新日 | 2024-01-08 |
公開日 | 2021-01-23 |
評価 | 1.82/5 合計 17 レビュー |
開発者 | Webkul Software |
Eメール | [email protected] |
支払い方法 | in_app |
プライバシーポリシーページのURL | https://webkul.com/privacy-policy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Opencart AliExpress Importer", "version": "2.4.3", "manifest_version": 3, "description": "It is used to import product from aliexpress to opencart store and it can be used with webkul opencart dropship management module.", "background": { "service_worker": "resources\/scripts\/background.js" }, "icons": { "128": "resources\/image\/icon.png" }, "permissions": [ "tabs" ], "host_permissions": [ "https:\/\/www.aliexpress.com\/", "https:\/\/*.aliexpress.com\/" ], "action": { "default_icon": "resources\/image\/icon-disabled.png" }, "web_accessible_resources": [ { "resources": [ "resources\/scripts\/jquery.min.js", "resources\/scripts\/wk_inserted.js", "resources\/image\/*.png" ], "matches": [ "https:\/\/*\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/*.aliexpress.com\/*", "http:\/\/*.aliexpress.com\/*" ], "js": [ "resources\/scripts\/jquery.min.js", "resources\/scripts\/content.js" ], "css": [ "resources\/css\/dropship.css" ] } ] } |