Shopify to Aliexpress Fast Orders

With only Two clicks this extension will copy your customer shipping address from shopify and paste it on Aliexpress.

Was ist Shopify to Aliexpress Fast Orders?

Shopify to Aliexpress Fast Orders ist eine Chrome-Erweiterung, die von salahodinalayoubi2017 entwickelt wurde, und ihr Hauptmerkmal ist "With only Two clicks this extension will copy your customer shipping address from shopify and paste it on Aliexpress.".

Erweiterungsscreenshots

screenshot

Shopify to Aliexpress Fast Orders-Erweiterungs-CRX-Datei herunterladen

Laden Sie Shopify to Aliexpress Fast Orders-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Shopify to Aliexpress Fast Orders : With only Two clicks this extension will copy your customer shipping address from shopify and paste it on Aliexpress
This shopify dropshipping extension will help you to make the orders from aliexpress in less than 1 minute
Shopify to Aliexpress Fast Orders                    

Grundlegende Informationen zur Erweiterung

Name Shopify to Aliexpress Fast Orders Shopify to Aliexpress Fast Orders
ID kfegaajjmiaiajkgoifbmhieibnkolhf
Offizielle URL https://chromewebstore.google.com/detail/shopify-to-aliexpress-fas/kfegaajjmiaiajkgoifbmhieibnkolhf
Beschreibung With only Two clicks this extension will copy your customer shipping address from shopify and paste it on Aliexpress.
Dateigröße 858 KB
Installationsanzahl 54
Aktuelle Version 0.1
Letztes Update 2020-01-14
Veröffentlichungsdatum 2020-01-14
Bewertung 4.50/5 Insgesamt 2 Bewertungen
Entwickler salahodinalayoubi2017
Zahlungsart free
Erweiterungswebsite https://dropshipping-ebay.com/
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shopify to Aliexpress Fast Orders",
    "short_name": "Shopify to Aliexpress Fast Orders",
    "version": "0.1",
    "manifest_version": 2,
    "description": "With only Two clicks this extension will copy your customer shipping address from shopify and paste it on Aliexpress.",
    "icons": {
        "16": "icons\/icon.png",
        "48": "icons\/icon.png",
        "128": "icons\/icon.png"
    },
    "browser_action": {
        "default_popup": "src\/browser_action\/browser_action.html",
        "default_icon": "icons\/icon.png",
        "default_title": "Shopify to Aliexpress"
    },
    "options_page": "src\/browser_action\/browser_action.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.myshopify.com\/*",
                "*:\/\/*.aliexpress.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "*:\/\/*.myshopify.com\/*",
        "*:\/\/*.aliexpress.com\/*"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery.min.js",
            "src\/bg\/background.js"
        ]
    },
    "web_accessible_resources": [
        "icons\/icon.png"
    ]
}