xOmator - AliExpress DropShipping
Use xOmator extension to quickly filter and download product information (including product images) from AliExpress. Feature…
什么是xOmator - AliExpress DropShipping?
xOmator - AliExpress DropShipping是由https://xomator.com开发的Chrome扩展程序,该扩展的主要功能是“Use xOmator extension to quickly filter and download product information (including product images) from AliExpress. Feature…”。
扩展截图
下载xOmator - AliExpress DropShipping扩展crx文件
下载xOmator - AliExpress DropShipping扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Use xOmator extension to quickly filter and download product information (including product images) from AliExpress.
Feature highlight:
- Instantly view vendor rating, shipping options and time when searching products
- 1-click product import - including images, product options, and vendor specifics
- Edit product details - title, description, price, select options that you need without navigating away from the product page
- Download ZIP file with all the product information, including images
- Push products directly to your DashNex PowerTech Store Builder
- Fulfill orders from your eCommerce and more.
xOmator is your #1 solution to run your dropshipping business on Dashnex. 扩展基本信息
| 名称 | |
| ID | mkoaiknkcacinadfffgbpbepnihddbdb |
| 官方URL | https://chromewebstore.google.com/detail/xomator-aliexpress-dropsh/mkoaiknkcacinadfffgbpbepnihddbdb |
| 简介 | Use xOmator extension to quickly filter and download product information (including product images) from AliExpress. Feature… |
| 文件大小 | 957 KB |
| 安装次数 | 3,462 |
| 当前版本 | 2.2.7 |
| 更新时间 | 2023-05-05 |
| 上架时间 | 2020-03-20 |
| 评分 | 4.55/5 共38次评分 |
| 开发者 | https://xomator.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://xomator.com |
| 帮助页面URL | https://dashnexsupport.com |
| 隐私政策页面URL | https://dashnex.com/privacy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "xOmator - AliExpress DropShipping",
"short_name": "xOmator",
"version": "2.2.7",
"icons": {
"16": "assets\/img\/icon16.png",
"48": "assets\/img\/icon48.png",
"128": "assets\/img\/icon128.png"
},
"permissions": [
"https:\/\/*.aliexpress.com\/*",
"https:\/\/*.dashnex.com\/*",
"https:\/\/dashnex.com\/*",
"https:\/\/*.myecomshop.com\/*",
"https:\/\/*.aliexpress.us\/*",
"downloads"
],
"background": {
"page": "index.html#\/background"
},
"browser_action": {
"default_title": "xOmator",
"default_icon": "assets\/img\/icon16.png",
"default_popup": "index.html#\/popup"
},
"content_scripts": [
{
"js": [
"content_script\/jquery.min.js",
"content_script\/doT.min.js",
"content_script\/system.js",
"content_script\/content_script.js",
"content_script\/system.bootstrap.js"
],
"matches": [
"https:\/\/*.aliexpress.us\/*",
"https:\/\/*.aliexpress.com\/*",
"https:\/\/dashnex.com\/*",
"https:\/\/*.dashnex.com\/*",
"https:\/\/*.myecomshop.com\/*",
"https:\/\/*.alipay.com\/*"
],
"run_at": "document_end"
}
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"web_accessible_resources": [
"assets\/img\/*.*",
"assets\/templates\/*.*",
"app\/popup\/setup\/auth\/*.*"
]
} | |