AliExpress dropship & Affiliate - woocommerce

AliExpress dropship & Affiliate for woocommerce

AliExpress dropship & Affiliate - woocommerce là gì?

AliExpress dropship & Affiliate - woocommerce là một tiện ích mở rộng Chrome được phát triển bởi williamkitana9, và tính năng chính của nó là "AliExpress dropship & Affiliate for woocommerce".

Ả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 AliExpress dropship & Affiliate - woocommerce

Tải xuống các tệp mở rộng AliExpress dropship & Affiliate - woocommerce 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

                        Aliexpress dropshipping and affiliate for woocommerce by wooshark offers the following features:

* Import, customize and edit:
     - Variants such as size, color, model
     - Original images
     - Title and custom title
     - Images from the product description
     - Specifications and extra information
     - General description
     - Short description
     - Categories
     - Sale price
     - Reviews
     - Rating
     - Sku
    - tags
* Import products as affiliate products
* Import affiliate products in bulk
* Automated price calculation formula.
* Advanced description editor
* Advanced image editor
* bulk products import
* General configuration
* Link to the original product.
* order placement on aliexpress
* Publish / save as draft.
* import shipping methods and cost
* automatic updates stock and quantity

This extension helps also to create an Aliexpress woocommerce dropshipping store                    

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

Tên AliExpress dropship & Affiliate - woocommerce AliExpress dropship & Affiliate - woocommerce
ID djllcpoailebhlpeligendbbhommfnin
URL Chính Thức https://chromewebstore.google.com/detail/aliexpress-dropship-affil/djllcpoailebhlpeligendbbhommfnin
Mô tả AliExpress dropship & Affiliate for woocommerce
Kích Thước Tệp 914 KB
Số Lần Cài Đặt 3,928
Phiên Bản Hiện Tại 3.1.4
Cập Nhật Lần Cuối 2023-10-09
Ngày Phát Hành 2020-01-26
Đánh Giá 4.63/5 Tổng số 8 Đánh Giá
Nhà Phát Triển williamkitana9
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.wooshark.com/getting-stared
URL Trang Trợ Giúp https://www.wooshark.com/getting-stared
URL Trang Chính Sách Bảo Mật https://www.wooshark.com/term
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AliExpress dropship & Affiliate - woocommerce",
    "short_name": "AliExpress dropship & Affiliate - woocommerce",
    "description": "AliExpress dropship & Affiliate for woocommerce",
    "version": "3.1.4",
    "options_page": "options.html",
    "action": {
        "default_icon": "images\/aliexpress128.png",
        "default_popup": "popup.html",
        "default_title": ""
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "48": "images\/aliexpress128.png",
        "128": "images\/aliexpress128.png"
    },
    "background": {
        "service_worker": "js\/editImage.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "https:\/\/*.lunapic.com\/*",
                "https:\/\/aeproductsourcesite.alicdn.com\/*",
                "https:\/\/shoppingcart.aliexpress\/*",
                "https:\/\/www.aliexpress.us\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/vendor\/jquery-3.2.1.min.js",
                "js\/vendor\/lodash.js",
                "js\/vendor\/bootstrap.min.js",
                "js\/lunaPicEdit.js",
                "js\/selectReview.js",
                "js\/vendor\/math.js",
                "js\/vendor\/quill.js",
                "js\/productUrl.js",
                "js\/vendor\/fontawesome.js",
                "js\/vendor\/jquery.toast.min.js",
                "js\/vendor\/spin.js",
                "js\/vendor\/progress.js",
                "js\/aliexpress-v2.js",
                "js\/aliexpress-v3.js",
                "js\/bulk-import_v3.js",
                "js\/aliexpress_order_v2.js",
                "js\/aliexpress_order_v3.js",
                "js\/import-from-seller.js",
                "js\/bulk-import-v4.js"
            ],
            "css": [
                "css\/bootstrap.min.css",
                "css\/quill.css",
                "css\/jquery.toast.min.css",
                "css\/spin.css",
                "css\/progress.css",
                "css\/table.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "json\/config.json",
                "\/js\/editImage.js"
            ],
            "matches": [
                "https:\/\/web-accessible-resources-1.glitch.me\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/music.yandex.ru\/;"
    }
}