DropShipping Order from Ebay to Aliexpress

AUTO Fullfillment Order from Ebay to Aliexpress. DropShipping Tool

Qu'est-ce que DropShipping Order from Ebay to Aliexpress ?

DropShipping Order from Ebay to Aliexpress est une extension Chrome développée par aliwinning8888, et sa fonction principale est "AUTO Fullfillment Order from Ebay to Aliexpress. DropShipping Tool".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension DropShipping Order from Ebay to Aliexpress

Téléchargez les fichiers d'extension DropShipping Order from Ebay to Aliexpress au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom DropShipping Order from Ebay to Aliexpress DropShipping Order from Ebay to Aliexpress
ID njjcinchnnbjhliemajlepfdadohkgio
URL Officiel https://chromewebstore.google.com/detail/dropshipping-order-from-e/njjcinchnnbjhliemajlepfdadohkgio
Description AUTO Fullfillment Order from Ebay to Aliexpress. DropShipping Tool
Taille du Fichier 201 KB
Nombre d'Installations 145
Version Actuelle 1.0.2
Dernière Mise à Jour 2022-01-03
Date de Publication 2019-07-06
Évaluation 5.00/5 Total 1 Évaluations
Développeur aliwinning8888
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://dropshipautoorder.info/privacy
Langues Prises en Charge 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.2",
    "manifest_version": 2,
    "name": "DropShipping Order from Ebay to Aliexpress",
    "description": "AUTO Fullfillment Order from Ebay to Aliexpress. DropShipping Tool",
    "icons": {
        "128": "assets\/icons\/icon128.png",
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "assets\/icons\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/libs\/jquery.min.js",
                "assets\/libs\/bootstrap\/js\/bootstrap.min.js",
                "assets\/js\/content.js"
            ],
            "css": [
                "assets\/libs\/bootstrap\/css\/bootstrap.min.css",
                "assets\/css\/content.css"
            ],
            "matches": [
                "*:\/\/*.ebay.com\/*",
                "*:\/\/*.order.test\/*",
                "*:\/\/*.ebay.co.uk\/*",
                "*:\/\/*.ebay.fr\/*",
                "*:\/\/*.ebay.ca\/*",
                "*:\/\/*.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"
    }
}