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…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

xOmator - AliExpress DropShipping 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 xOmator - AliExpress DropShipping xOmator - AliExpress DropShipping
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\/*.*"
    ]
}