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 |
官方網址 | 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 |
電子郵箱 | [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 } |