Joomla Aliexpress Importer
It is used to import product from aliexpress to Joomla store and it can be used with webkul Joomla Aliexpress Importer.
Joomla Aliexpress Importerとは何ですか?
Joomla Aliexpress ImporterはWebkul Softwareによって開発されたChromeの拡張機能で、その主な機能は「It is used to import product from aliexpress to Joomla store and it can be used with webkul Joomla Aliexpress Importer.」です。
拡張機能のスクリーンショット
Joomla Aliexpress Importer拡張機能のCRXファイルをダウンロード
Joomla Aliexpress Importer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is used to import the products from AliExpress directly to your Joomla VirtueMart store and start selling those products at your own store with the help of "Joomla VirtueMart AliExpress Dropshipping".
拡張機能の基本情報
名前 | |
ID | modgbjgnpmibebjdbkcmkegloikcaoka |
公式URL | https://chrome.google.com/webstore/detail/joomla-aliexpress-importe/modgbjgnpmibebjdbkcmkegloikcaoka |
説明 | It is used to import product from aliexpress to Joomla store and it can be used with webkul Joomla Aliexpress Importer. |
ファイルサイズ | 100 KB |
インストール数 | 66 |
現在のバージョン | 3.2 |
最終更新日 | 2019-10-09 |
公開日 | 2019-10-09 |
開発者 | 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": "Joomla Aliexpress Importer", "description": "It is used to import product from aliexpress to Joomla store and it can be used with webkul Joomla Aliexpress Importer.", "version": "3.2", "content_scripts": [ { "matches": [ "*:\/\/*.aliexpress.com\/*" ], "js": [ "resources\/js\/jquery.js", "resources\/js\/content.js" ], "css": [ "resources\/style\/joomla_import.css" ] } ], "permissions": [ "activeTab", "tabs" ], "icons": { "128": "resources\/image\/import-icon.png" }, "browser_action": { "default_title": "Run only when aliexpress site open", "default_icon": "resources\/image\/import-icon.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "resources\/image\/*.png", "resources\/js\/wk_joomlaimporter.js", "resources\/js\/jquery.js", "resources\/style\/joomla_import.css" ], "manifest_version": 2 } |