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 |
| Eメール | [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\/*.*"
]
} | |