AliNex - Aliexpress Images Downloader

Download Aliexpress Product Images & Description for Your Drop shipping business by one click.

¿Qué es AliNex - Aliexpress Images Downloader?

AliNex - Aliexpress Images Downloader es una extensión de Chrome desarrollada por Hellinex, y su función principal es "Download Aliexpress Product Images & Description for Your Drop shipping business by one click.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión AliNex - Aliexpress Images Downloader

Descarga archivos de extensión AliNex - Aliexpress Images Downloader en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        AliNex - Aliexpress Images Downloader is a 100% free extension that enables you to quickly get all Images & Description from AliExpress With One Click for Your Drop shipping business.

Our Best AliNex - Aliexpress Images Downloader Chrome Extension is a completely FREE and its download all of the AliExpress product images and description quickly.

Look, we know that eCommerce business owners “wear a lot of hats”, when it comes to daily administrative work to keep their shop running. It’s important to find tools that help to make tedious and time-consuming tasks easier, so you can focus on growing your business.

That’s why we created this simple but powerful "AliNex - Aliexpress Images Downloader" extension.

It's easy to set up.

1. Install the Extension: Click "Add to chrome" button.
2. Open an AliExpress product page.
3. Press the download button to download all the images and videos from the page

That’s it!

Thank you.
After using this "AliNex - Aliexpress Images Downloader" tool, feel free to give us a 5 star rating!                    

Información Básica de la Extensión

Nombre AliNex - Aliexpress Images Downloader AliNex - Aliexpress Images Downloader
ID biiplgjhhahighpihfnblhdbbkkhkced
URL Oficial https://chromewebstore.google.com/detail/alinex-aliexpress-images/biiplgjhhahighpihfnblhdbbkkhkced
Descripción Download Aliexpress Product Images & Description for Your Drop shipping business by one click.
Tamaño del Archivo 60.76 KB
Cantidad de Instalaciones 93
Versión Actual 5.7.6
Última Actualización 2022-02-23
Fecha de Publicación 2021-01-20
Calificación 4.43/5 Total de 7 Calificaciones
Desarrollador Hellinex
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://hellinex.com
URL de la Página de Ayuda https://hellinex.com/contact-us
URL de la Página de Política de Privacidad https://www.alisuperplus.com/privacy-policy
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "js": [
                "lib\/jquery-3.2.1.min.js",
                "js\/domTask.js"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/item\/*"
            ]
        }
    ],
    "description": "Download Aliexpress Product Images & Description for Your Drop shipping business by one click.",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "name": "AliNex - Aliexpress Images Downloader",
    "permissions": [
        "*:\/\/*.aliexpress.com\/*",
        "downloads",
        "management"
    ],
    "short_name": "Aliexpress Product Images video & Description Downloader by one click",
    "version": "5.7.6",
    "web_accessible_resources": [
        "message.html"
    ],
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_title": "AliNex",
        "default_popup": "popup.html"
    }
}