Autolo Product Importer

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

Autolo Product Importer là gì?

Autolo Product Importer là một tiện ích mở rộng Chrome được phát triển bởi https://autoloapp.com, và tính năng chính của nó là "Import products from AliExpress.com to your Autolo and shopify account using this chrome extension.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Autolo Product Importer

Tải xuống các tệp mở rộng Autolo Product Importer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Autolo Product Importer Autolo Product Importer
ID ffiklkhhkhklmjapalflkocpepabfbjn
URL Chính Thức https://chromewebstore.google.com/detail/autolo-product-importer/ffiklkhhkhklmjapalflkocpepabfbjn
Mô tả Import products from AliExpress.com to your Autolo and shopify account using this chrome extension.
Kích Thước Tệp 184 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 1.30
Cập Nhật Lần Cuối 2018-11-11
Ngày Phát Hành 2018-11-11
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://autoloapp.com
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://autoloapp.com/contact
Ngôn Ngữ Được Hỗ Trợ 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
}