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 |
电子邮箱 | [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" ] } ] } |