Shopify to Aliexpress Fast Orders

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

Что такое Shopify to Aliexpress Fast Orders?

Shopify to Aliexpress Fast Orders - это расширение Chrome, разработанное salahodinalayoubi2017, и его основная функция - "With only Two clicks this extension will copy your customer shipping address from shopify and paste it on Aliexpress.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Shopify to Aliexpress Fast Orders

Скачайте файлы расширений Shopify to Aliexpress Fast Orders в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Shopify to Aliexpress Fast Orders Shopify to Aliexpress Fast Orders
ID kfegaajjmiaiajkgoifbmhieibnkolhf
Официальный URL https://chromewebstore.google.com/detail/shopify-to-aliexpress-fas/kfegaajjmiaiajkgoifbmhieibnkolhf
Описание With only Two clicks this extension will copy your customer shipping address from shopify and paste it on Aliexpress.
Размер файла 858 KB
Количество установок 54
Текущая Версия 0.1
Последнее Обновление 2020-01-14
Дата публикации 2020-01-14
Рейтинг 4.50/5 Всего 2 оценок
Разработчик salahodinalayoubi2017
Тип оплаты free
Официальный сайт расширения https://dropshipping-ebay.com/
Поддерживаемые языки 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"
    ]
}