DropShipping Order from Amazon to Aliexpress

AUTO Fullfillment Order from Amazon to Aliexpress. DropShipping Tool

DropShipping Order from Amazon to Aliexpress란 무엇입니까?

DropShipping Order from Amazon to Aliexpress은(는) aliwinning8888에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AUTO Fullfillment Order from Amazon to Aliexpress. DropShipping Tool"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

DropShipping Order from Amazon to Aliexpress 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Dropshipping Order: Auto Fullfill Order From Amazon To Aliexpress
You are doing dropshipping on Amazon via the Aliexpress platform. Our solution will help you save time for ordering.
Simple, effective, accurate.
Dropshipping Order: Auto Fullfill Order From Amazon To Aliexpress will help you order quickly and accurately. 
Main fuction
+ Automatically copy orders from Amazon to Aliexpress with just one click.
+ Screen to confirm and check purchase information.
Dropshipping Automation Tool Team.                    

확장 프로그램 기본 정보

이름 DropShipping Order from Amazon to Aliexpress DropShipping Order from Amazon to Aliexpress
ID digoiapfphcaeeobcninigmkhpaiajma
공식 URL https://chromewebstore.google.com/detail/dropshipping-order-from-a/digoiapfphcaeeobcninigmkhpaiajma
설명 AUTO Fullfillment Order from Amazon to Aliexpress. DropShipping Tool
파일 크기 133 KB
설치 횟수 56
현재 버전 1.0.0
최근 업데이트 2019-07-06
출시 날짜 2019-07-06
개발자 aliwinning8888
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://dropshipautoorder.info/privacy
지원되는 언어 id,de,en,fr,nl,vi,tr,es,lt,pl,ru,th,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "manifest_version": 2,
    "name": "DropShipping Order from Amazon to Aliexpress",
    "description": "AUTO Fullfillment Order from Amazon to Aliexpress. DropShipping Tool",
    "icons": {
        "128": "public\/images\/icon128.png",
        "16": "public\/images\/icon16.png",
        "48": "public\/images\/icon48.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "public\/images\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "public\/js\/jquery.min.js",
                "public\/js\/bootstrap.min.js",
                "public\/js\/content.js"
            ],
            "css": [
                "public\/css\/bootstrap.min.css",
                "public\/css\/content.css"
            ],
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.order.test\/*",
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.alipay.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/connect.facebook.net https:\/\/facebook.com https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "web_accessible_resources": [
        "*"
    ],
    "background": {
        "page": "background.html"
    }
}