Shopify to Aliexpress Fast Orders

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

Qu'est-ce que Shopify to Aliexpress Fast Orders ?

Shopify to Aliexpress Fast Orders est une extension Chrome développée par salahodinalayoubi2017, et sa fonction principale est "With only Two clicks this extension will copy your customer shipping address from shopify and paste it on Aliexpress.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Shopify to Aliexpress Fast Orders

Téléchargez les fichiers d'extension Shopify to Aliexpress Fast Orders 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

                        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                    

Informations de Base sur l'Extension

Nom Shopify to Aliexpress Fast Orders Shopify to Aliexpress Fast Orders
ID kfegaajjmiaiajkgoifbmhieibnkolhf
URL Officiel https://chromewebstore.google.com/detail/shopify-to-aliexpress-fas/kfegaajjmiaiajkgoifbmhieibnkolhf
Description With only Two clicks this extension will copy your customer shipping address from shopify and paste it on Aliexpress.
Taille du Fichier 858 KB
Nombre d'Installations 54
Version Actuelle 0.1
Dernière Mise à Jour 2020-01-14
Date de Publication 2020-01-14
Évaluation 4.50/5 Total 2 Évaluations
Développeur salahodinalayoubi2017
Type de Paiement free
Site Web de l'Extension https://dropshipping-ebay.com/
Langues Prises en Charge 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"
    ]
}