Aliexpress To Shopify
Download images from Aliexpress and sync product from Aliexpress to Shopify
什么是Aliexpress To Shopify?
Aliexpress To Shopify是由linhnn.developer开发的Chrome扩展程序,该扩展的主要功能是“Download images from Aliexpress and sync product from Aliexpress to Shopify”。
扩展截图
下载Aliexpress To Shopify扩展crx文件
下载Aliexpress To Shopify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The extension support user sync every products from Aliexpress.com to Shopify
User can add product with only one click.
User can import and manage the products on the website: https://malitool.com/product-manager/
If have any error, please contact me: [email protected] 扩展基本信息
| 名称 | |
| ID | mibkbjgdjgngmjkkbncjognpdggckmik |
| 官方URL | https://chromewebstore.google.com/detail/aliexpress-to-shopify/mibkbjgdjgngmjkkbncjognpdggckmik |
| 简介 | Download images from Aliexpress and sync product from Aliexpress to Shopify |
| 文件大小 | 343 KB |
| 安装次数 | 25 |
| 当前版本 | 1.2 |
| 更新时间 | 2022-11-21 |
| 上架时间 | 2022-08-23 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | linhnn.developer |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://malitool.com/ |
| 帮助页面URL | https://malitool.com/ |
| 隐私政策页面URL | http://malitool.com/amazon-image-downloader-policy.html |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Aliexpress To Shopify",
"description": "Download images from Aliexpress and sync product from Aliexpress to Shopify",
"version": "1.2",
"manifest_version": 3,
"background": {
"service_worker": "background.js",
"type": "module"
},
"permissions": [
"storage",
"download",
"https:\/\/*\/*",
"http:\/\/localhost:8081\/",
"https:\/\/malitool.com\/"
],
"content_scripts": [
{
"matches": [
"https:\/\/*\/*"
],
"js": [
"\/lib\/jquery.js",
"content-script.js"
]
}
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/logo16.png",
"32": "\/images\/logo32.png",
"48": "\/images\/logo48.png",
"128": "\/images\/logo128.png"
}
},
"icons": {
"16": "\/images\/logo16.png",
"32": "\/images\/logo32.png",
"48": "\/images\/logo48.png",
"128": "\/images\/logo128.png"
},
"options_page": "options.html",
"host_permissions": [
"https:\/\/malitool.com\/",
"http:\/\/localhost:8081\/"
]
} | |