Cscart Aliexpress Importer
It is used to import product from aliexpress to Cs-cart store and it can be used with webkul Cs-cart Aliexpress Importer.
什么是Cscart Aliexpress Importer?
Cscart Aliexpress Importer是由Webkul Software开发的Chrome扩展程序,该扩展的主要功能是“It is used to import product from aliexpress to Cs-cart store and it can be used with webkul Cs-cart Aliexpress Importer.”。
扩展截图
下载Cscart Aliexpress Importer扩展crx文件
下载Cscart Aliexpress Importer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Now import products from AliExpress to CS-Cart store with this simple and useful extension. Use it with "CS-Cart AliExpress Dropshipping" add-on developed by Webkul.
This will import products from Aliexpress.com to your CS-Cart store and you can start selling products of Aliexpress within your own store very easily.
Get the more details here- https://webkul.com/blog/cs-cart-aliexpress-dropshipping/
Link to purchase the "CS-Cart AliExpress Dropshipping" - https://store.webkul.com/CS-Cart-AliExpress-Dropshipping.html
HELP & SUGGESTIONS
Please feel free to share your views here - http://webkul.uvdesk.com
GET IN TOUCH
Email us at [email protected]
Blog http://webkul.com/blog 扩展基本信息
| 名称 | |
| ID | mgncdkegcffhafnmjfonkghkehcekboi |
| 官方URL | https://chromewebstore.google.com/detail/cscart-aliexpress-importe/mgncdkegcffhafnmjfonkghkehcekboi |
| 简介 | It is used to import product from aliexpress to Cs-cart store and it can be used with webkul Cs-cart Aliexpress Importer. |
| 文件大小 | 101 KB |
| 安装次数 | 295 |
| 当前版本 | 2.9.4 |
| 更新时间 | 2023-07-18 |
| 上架时间 | 2019-10-22 |
| 评分 | 3.00/5 共7次评分 |
| 开发者 | 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": "Cscart Aliexpress Importer",
"description": "It is used to import product from aliexpress to Cs-cart store and it can be used with webkul Cs-cart Aliexpress Importer.",
"version": "2.9.4",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"*:\/\/*.aliexpress.com\/*",
"*:\/\/*.aliexpress.us\/*"
],
"js": [
"resources\/js\/jquery.js",
"resources\/js\/content.js"
],
"css": [
"resources\/style\/cscart_import.css"
]
}
],
"permissions": [],
"icons": {
"128": "resources\/image\/import-icon.png"
},
"action": {
"default_title": "Run only when aliexpress site open",
"default_icon": "resources\/image\/import-icon.png",
"default_popup": "popup.html"
},
"web_accessible_resources": [
{
"resources": [
"resources\/image\/*.png",
"resources\/js\/wk_cscartimporter.js",
"resources\/js\/jquery.js",
"resources\/style\/cscart_import.css"
],
"matches": [
"https:\/\/*\/*"
]
}
]
} | |