Import Aliexpress Products to Woocommerce

Automate your Woocommerce AliExpress dropshipping business

Was ist Import Aliexpress Products to Woocommerce?

Import Aliexpress Products to Woocommerce ist eine Chrome-Erweiterung, die von https://www.ezusy.com entwickelt wurde, und ihr Hauptmerkmal ist "Automate your Woocommerce AliExpress dropshipping business".

Erweiterungsscreenshots

screenshot

Import Aliexpress Products to Woocommerce-Erweiterungs-CRX-Datei herunterladen

Laden Sie Import Aliexpress Products to Woocommerce-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Are you a dropshipper? Then this app is for you.

Ezusy allows you to add AliExpress.com product to your woocommerce shop in just one click, with full 
control plus many more features!

- Inventory And Price Auto-Updates
- Fulfill Orders Automatically
- Filter Products With EPacket
- Import Products From AliExpress
- Product Customization
- Inventory And Price Auto-Updates				
- Auto send Aliexpress order tracking details				
- Aliexpress Order Tracking details

More details at https://www.ezusy.com                    

Grundlegende Informationen zur Erweiterung

Name Import Aliexpress Products to Woocommerce Import Aliexpress Products to Woocommerce
ID ambpfppfbpeepjlpgekhpdfmmgikfjjd
Offizielle URL https://chromewebstore.google.com/detail/import-aliexpress-product/ambpfppfbpeepjlpgekhpdfmmgikfjjd
Beschreibung Automate your Woocommerce AliExpress dropshipping business
Dateigröße 87.59 KB
Installationsanzahl 9,466
Aktuelle Version 1.7.4
Letztes Update 2023-07-13
Veröffentlichungsdatum 2020-06-03
Bewertung 3.82/5 Insgesamt 71 Bewertungen
Entwickler https://www.ezusy.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.ezusy.com
Hilfeseite URL http://docs.ezusy.com
URL der Datenschutzrichtlinien-Seite https://www.ezusy.com/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Import Aliexpress Products to Woocommerce",
    "short_name": "Ezusy",
    "description": "Automate your Woocommerce AliExpress dropshipping business",
    "version": "1.7.4",
    "permissions": [
        "storage",
        "https:\/\/*.aliexpress.com\/*",
        "https:\/\/*.aliexpress.ru\/*",
        "https:\/\/*.aliexpress.us\/*",
        "https:\/\/*.ezusy.com\/*",
        "*:\/\/*.aliexpress.com\/store\/product\/*",
        "*:\/\/*.aliexpress.com\/item\/*",
        "*:\/\/*.aliexpress.com\/w\/*",
        "*:\/\/*.aliexpress.ru\/store\/product\/*",
        "*:\/\/*.aliexpress.ru\/item\/*",
        "*:\/\/*.aliexpress.ru\/w\/*",
        "*:\/\/*.aliexpress.us\/store\/product\/*",
        "*:\/\/*.aliexpress.us\/item\/*",
        "*:\/\/*.aliexpress.us\/w\/*",
        "*:\/\/*.aliexpress.com\/category\/*",
        "*:\/\/*.aliexpress.com\/af\/category\/*",
        "*:\/\/*.aliexpress.com\/*SearchText*",
        "*:\/\/*.aliexpress.com\/*store*",
        "*:\/\/*.aliexpress.com\/store\/*",
        "*:\/\/*.aliexpress.ru\/category\/*",
        "*:\/\/*.aliexpress.ru\/af\/category\/*",
        "*:\/\/*.aliexpress.ru\/*SearchText*",
        "*:\/\/*.aliexpress.ru\/*store*",
        "*:\/\/*.aliexpress.ru\/store\/*",
        "*:\/\/*.aliexpress.us\/category\/*",
        "*:\/\/*.aliexpress.us\/af\/category\/*",
        "*:\/\/*.aliexpress.us\/*SearchText*",
        "*:\/\/*.aliexpress.us\/*store*",
        "*:\/\/*.aliexpress.us\/store\/*",
        "*:\/\/*.shoppingcart.aliexpress.com\/order\/*",
        "*:\/\/*.shoppingcart.aliexpress.com\/*",
        "*:\/\/*.shoppingcart.aliexpress.ru\/order\/*",
        "*:\/\/*.shoppingcart.aliexpress.ru\/*",
        "*:\/\/*.shoppingcart.aliexpress.us\/order\/*",
        "*:\/\/*.shoppingcart.aliexpress.us\/*",
        "*:\/\/*.aliexpress.com\/order\/payOnlineSuccess.*",
        "*:\/\/*.aliexpress.ru\/order\/payOnlineSuccess.*",
        "*:\/\/*.aliexpress.us\/order\/payOnlineSuccess.*",
        "*:\/\/*.aliexpress.com\/addressList.htm*",
        "*:\/\/*.aliexpress.ru\/addressList.htm*",
        "*:\/\/*.aliexpress.us\/addressList.htm*",
        "tabs"
    ],
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "web_accessible_resources": [
        "run.js",
        "images\/button.png",
        "images\/push.svg",
        "images\/error.svg",
        "images\/loading.svg",
        "images\/ship.svg",
        "images\/close.png",
        "images\/imported.png",
        "images\/push.png",
        "images\/error.png",
        "images\/logo.png",
        "images\/e.png",
        "images\/done.png",
        "images\/dashinfinity.gif"
    ],
    "browser_action": {
        "default_title": "Import products from aliexpress to Woocommerce",
        "default_icon": "images\/logo.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/noty.min.js",
            "js\/ezusy-background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "js\/jquery.js",
                "js\/noty.min.js",
                "js\/ezusy.js",
                "js\/run.js",
                "js\/popup.js"
            ],
            "css": [
                "noty.css",
                "ezusy.css",
                "style.css"
            ],
            "matches": [
                "*:\/\/*.ezusy.com\/*",
                "*:\/\/*.myshopify.com\/*",
                "*:\/\/*.aliexpress.com\/store\/product\/*",
                "*:\/\/*.aliexpress.com\/item\/*",
                "*:\/\/*.aliexpress.com\/w\/*",
                "*:\/\/*.aliexpress.ru\/store\/product\/*",
                "*:\/\/*.aliexpress.ru\/item\/*",
                "*:\/\/*.aliexpress.ru\/w\/*",
                "*:\/\/*.aliexpress.us\/store\/product\/*",
                "*:\/\/*.aliexpress.us\/item\/*",
                "*:\/\/*.aliexpress.us\/w\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/jquery.js",
                "js\/noty.min.js",
                "js\/ezusy.js",
                "js\/list.js"
            ],
            "css": [
                "noty.css",
                "ezusy.css",
                "style.css"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/category\/*",
                "*:\/\/*.aliexpress.com\/af\/category\/*",
                "*:\/\/*.aliexpress.com\/*SearchText*",
                "*:\/\/*.aliexpress.com\/*store*",
                "*:\/\/*.aliexpress.com\/store\/*",
                "*:\/\/*.aliexpress.com\/w\/*",
                "*:\/\/*.aliexpress.ru\/category\/*",
                "*:\/\/*.aliexpress.ru\/af\/category\/*",
                "*:\/\/*.aliexpress.ru\/*SearchText*",
                "*:\/\/*.aliexpress.ru\/*store*",
                "*:\/\/*.aliexpress.ru\/store\/*",
                "*:\/\/*.aliexpress.ru\/w\/*",
                "*:\/\/*.aliexpress.us\/category\/*",
                "*:\/\/*.aliexpress.us\/af\/category\/*",
                "*:\/\/*.aliexpress.us\/*SearchText*",
                "*:\/\/*.aliexpress.us\/*store*",
                "*:\/\/*.aliexpress.us\/store\/*",
                "*:\/\/*.aliexpress.us\/w\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/jquery.js",
                "js\/checkout.js",
                "js\/checkout-new.js",
                "js\/checkout-err.js"
            ],
            "css": [
                "ezusy.css",
                "style.css"
            ],
            "matches": [
                "*:\/\/*.shoppingcart.aliexpress.com\/order\/*",
                "*:\/\/*.shoppingcart.aliexpress.com\/*",
                "*:\/\/*.shoppingcart.aliexpress.ru\/order\/*",
                "*:\/\/*.shoppingcart.aliexpress.ru\/*",
                "*:\/\/*.shoppingcart.aliexpress.us\/order\/*",
                "*:\/\/*.shoppingcart.aliexpress.us\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/jquery.js",
                "js\/pay.js"
            ],
            "css": [
                "ezusy.css",
                "style.css"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/order\/payOnlineSuccess.*",
                "*:\/\/*.aliexpress.ru\/order\/payOnlineSuccess.*",
                "*:\/\/*.aliexpress.us\/order\/payOnlineSuccess.*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/confirm.js"
            ],
            "css": [
                "ezusy.css",
                "style.css"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/order\/confirm_order.*",
                "*:\/\/*.aliexpress.ru\/order\/confirm_order.*",
                "*:\/\/*.aliexpress.us\/order\/confirm_order.*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/jquery.js",
                "js\/cart-new.js"
            ],
            "css": [
                "ezusy.css",
                "style.css"
            ],
            "matches": [
                "*:\/\/*.shoppingcart.aliexpress.com\/shopcart\/*",
                "*:\/\/*.shoppingcart.aliexpress.ru\/shopcart\/*",
                "*:\/\/*.shoppingcart.aliexpress.us\/shopcart\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/jquery.js",
                "js\/noty.min.js",
                "js\/ezusy.js",
                "js\/product.js"
            ],
            "css": [
                "noty.css",
                "ezusy.css",
                "style.css"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/store\/product\/*",
                "*:\/\/*.aliexpress.com\/item\/*",
                "*:\/\/*.aliexpress.ru\/store\/product\/*",
                "*:\/\/*.aliexpress.ru\/item\/*",
                "*:\/\/*.aliexpress.us\/store\/product\/*",
                "*:\/\/*.aliexpress.us\/item\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/jquery.js",
                "js\/address.js"
            ],
            "css": [
                "ezusy.css",
                "style.css"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/addressList.htm*",
                "*:\/\/*.aliexpress.ru\/addressList.htm*",
                "*:\/\/*.aliexpress.us\/addressList.htm*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}