Shopify to Aliexpress Fast Orders

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

Co to jest Shopify to Aliexpress Fast Orders?

Shopify to Aliexpress Fast Orders to rozszerzenie Chrome opracowane przez salahodinalayoubi2017, a jego główną funkcją jest „With only Two clicks this extension will copy your customer shipping address from shopify and paste it on Aliexpress.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Shopify to Aliexpress Fast Orders

Pobierz pliki rozszerzeń Shopify to Aliexpress Fast Orders w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Shopify to Aliexpress Fast Orders Shopify to Aliexpress Fast Orders
ID kfegaajjmiaiajkgoifbmhieibnkolhf
Oficjalny URL https://chromewebstore.google.com/detail/shopify-to-aliexpress-fas/kfegaajjmiaiajkgoifbmhieibnkolhf
Opis With only Two clicks this extension will copy your customer shipping address from shopify and paste it on Aliexpress.
Rozmiar pliku 858 KB
Liczba instalacji 54
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2020-01-14
Data Publikacji 2020-01-14
Ocena 4.50/5 Łącznie 2 Oceny
Deweloper salahodinalayoubi2017
Typ Płatności free
Strona Rozszerzenia https://dropshipping-ebay.com/
Obsługiwane Języki 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"
    ]
}