Weeberly - Product Importer

Import and sync products from wish.com & aliexpress.com to your Shopify store

Weeberly - Product Importer là gì?

Weeberly - Product Importer là một tiện ích mở rộng Chrome được phát triển bởi Wali System, và tính năng chính của nó là "Import and sync products from wish.com & aliexpress.com to your Shopify store".

Ả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 Weeberly - Product Importer

Tải xuống các tệp mở rộng Weeberly - 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

                        Import and sync products from wish.com & aliexpress.com to your Shopify store

Features:
- Add products to your "Import List" directly from the wish.com & aliexpress product page
- Place orders on wish.com or aliexpress.com with an automatically filled in checkout form                    

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

Tên Weeberly - Product Importer Weeberly - Product Importer
ID bbhfookgoljfnjjikjdglemomgjcmlok
URL Chính Thức https://chrome.google.com/webstore/detail/weeberly-product-importer/bbhfookgoljfnjjikjdglemomgjcmlok
Mô tả Import and sync products from wish.com & aliexpress.com to your Shopify store
Kích Thước Tệp 228 KB
Số Lần Cài Đặt 412
Phiên Bản Hiện Tại 1.8.0
Cập Nhật Lần Cuối 2018-08-06
Ngày Phát Hành 2018-08-06
Đánh Giá 3.57/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Wali System
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weeberly - Product Importer",
    "short_name": "Weeberly",
    "version": "1.8.0",
    "manifest_version": 2,
    "description": "Import and sync products from wish.com & aliexpress.com to your Shopify store",
    "homepage_url": "http:\/\/www.weeberly.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icond19.png",
        "default_title": "Weeberly",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "cookies",
        "notifications",
        "tabs",
        "activeTab",
        "*:\/\/www.wish.com\/",
        "*:\/\/weeberly.com\/weeberly\/",
        "*:\/\/www.aliexpress.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.wish.com\/*",
                "*:\/\/www.aliexpress.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "*:\/\/www.wish.com\/product\/*",
                "*:\/\/www.aliexpress.com\/item\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        },
        {
            "matches": [
                "*:\/\/www.wish.com\/*",
                "*:\/\/*.aliexpress.com\/*"
            ],
            "js": [
                "js\/jquery\/jquery.js",
                "src\/inject\/main_inject.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.wish.com\/*",
                "https:\/\/weeberly.com\/weeberly\/*",
                "*:\/\/*.aliexpress.com\/*"
            ],
            "js": [
                "js\/jquery\/jquery.js",
                "src\/inject\/order.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "icons\/import.png",
        "icons\/icon19.png",
        "icons\/icon48.png",
        "icons\/ajax-loader.gif"
    ]
}