DropShipping Order from Amazon to Aliexpress

AUTO Fullfillment Order from Amazon to Aliexpress. DropShipping Tool

Co je DropShipping Order from Amazon to Aliexpress?

DropShipping Order from Amazon to Aliexpress je rozšíření Chrome vyvinuté aliwinning8888, a jeho hlavní funkcí je „AUTO Fullfillment Order from Amazon to Aliexpress. DropShipping Tool“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření DropShipping Order from Amazon to Aliexpress

Stáhněte si soubory rozšíření DropShipping Order from Amazon to Aliexpress ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název DropShipping Order from Amazon to Aliexpress DropShipping Order from Amazon to Aliexpress
ID digoiapfphcaeeobcninigmkhpaiajma
Oficiální URL https://chromewebstore.google.com/detail/dropshipping-order-from-a/digoiapfphcaeeobcninigmkhpaiajma
Popis AUTO Fullfillment Order from Amazon to Aliexpress. DropShipping Tool
Velikost souboru 133 KB
Počet instalací 56
Aktuální Verze 1.0.0
Poslední Aktualizace 2019-07-06
Datum Vydání 2019-07-06
Vývojář aliwinning8888
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://dropshipautoorder.info/privacy
Podporované Jazyky 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"
    }
}