Autolo Product Importer

Import products from AliExpress.com to your Autolo and shopify account using this chrome extension.

Что такое Autolo Product Importer?

Autolo Product Importer - это расширение Chrome, разработанное https://autoloapp.com, и его основная функция - "Import products from AliExpress.com to your Autolo and shopify account using this chrome extension.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Autolo Product Importer

Скачайте файлы расширений Autolo Product Importer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Easily import items from AliExpress.com to your Autolo account with one-click! 

Features:
- Autolo is the first service that allows you to automatically fill your dropshipping orders! Just add the item to your Shopify store, and watch Autolo do the rest!
- Easily import products from AliExpress.com to your Autolo account!
- Edit items on Autoloapp.com and then import them to your Shopify store with one-click!
- Products and their variants are automatically synced across Autolo and Shopify!                    

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

Название Autolo Product Importer Autolo Product Importer
ID ffiklkhhkhklmjapalflkocpepabfbjn
Официальный URL https://chromewebstore.google.com/detail/autolo-product-importer/ffiklkhhkhklmjapalflkocpepabfbjn
Описание Import products from AliExpress.com to your Autolo and shopify account using this chrome extension.
Размер файла 184 KB
Количество установок 18
Текущая Версия 1.30
Последнее Обновление 2018-11-11
Дата публикации 2018-11-11
Рейтинг 5.00/5 Всего 2 оценок
Разработчик https://autoloapp.com
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://autoloapp.com/contact
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Autolo Product Importer",
    "version": "1.30",
    "description": "Import products from AliExpress.com to your Autolo and shopify account using this chrome extension.",
    "permissions": [
        "declarativeContent",
        "activeTab",
        "tabs",
        "storage",
        "https:\/\/api.autoloapp.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/*"
            ],
            "js": [
                "sweetAlert\/sweetAlert.min.js",
                "injected.js"
            ],
            "all_frames": true
        }
    ],
    "page_action": {
        "default_popup": "activePage.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        "images\/icon.png",
        "images\/loading.gif"
    ],
    "manifest_version": 2
}