AliExpress dropship & Affiliate - woocommerce

AliExpress dropship & Affiliate for woocommerce

What is AliExpress dropship & Affiliate - woocommerce?

AliExpress dropship & Affiliate - woocommerce is a Chrome extension developed by williamkitana9, and its main feature is "AliExpress dropship & Affiliate for woocommerce".

Extension Screenshots

screenshot
screenshot
screenshot

Download AliExpress dropship & Affiliate - woocommerce Extension CRX File

Download AliExpress dropship & Affiliate - woocommerce extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name AliExpress dropship & Affiliate - woocommerce AliExpress dropship & Affiliate - woocommerce
ID djllcpoailebhlpeligendbbhommfnin
Official URL https://chromewebstore.google.com/detail/aliexpress-dropship-affil/djllcpoailebhlpeligendbbhommfnin
Description AliExpress dropship & Affiliate for woocommerce
File Size 914 KB
Installation Count 3,928
Current Version 3.1.4
Last Updated 2023-10-09
Publish Date 2020-01-26
Rating 4.63/5 Total 8 Ratings
Developer williamkitana9
Email [email protected]
Payment Type free
Extension Website https://www.wooshark.com/getting-stared
Help Page URL https://www.wooshark.com/getting-stared
Privacy Policy Page URL https://www.wooshark.com/term
Supported Languages 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\/;"
    }
}