xOmator - AliExpress DropShipping

Use xOmator extension to quickly filter and download product information (including product images) from AliExpress. Feature…

¿Qué es xOmator - AliExpress DropShipping?

xOmator - AliExpress DropShipping es una extensión de Chrome desarrollada por https://xomator.com, y su función principal es "Use xOmator extension to quickly filter and download product information (including product images) from AliExpress. Feature…".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión xOmator - AliExpress DropShipping

Descarga archivos de extensión xOmator - AliExpress DropShipping 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

                        Use xOmator extension to quickly filter and download product information (including product images) from AliExpress.

Feature highlight:
- Instantly view vendor rating, shipping options and time when searching products
- 1-click product import - including images, product options, and vendor specifics
- Edit product details - title, description, price, select options that you need without navigating away from the product page
- Download ZIP file with all the product information, including images
- Push products directly to your DashNex PowerTech Store Builder
- Fulfill orders from your eCommerce and more. 

xOmator is your #1 solution to run your dropshipping business on Dashnex.                    

Información Básica de la Extensión

Nombre xOmator - AliExpress DropShipping xOmator - AliExpress DropShipping
ID mkoaiknkcacinadfffgbpbepnihddbdb
URL Oficial https://chromewebstore.google.com/detail/xomator-aliexpress-dropsh/mkoaiknkcacinadfffgbpbepnihddbdb
Descripción Use xOmator extension to quickly filter and download product information (including product images) from AliExpress. Feature…
Tamaño del Archivo 957 KB
Cantidad de Instalaciones 3,462
Versión Actual 2.2.7
Última Actualización 2023-05-05
Fecha de Publicación 2020-03-20
Calificación 4.55/5 Total de 38 Calificaciones
Desarrollador https://xomator.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://xomator.com
URL de la Página de Ayuda https://dashnexsupport.com
URL de la Página de Política de Privacidad https://dashnex.com/privacy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "xOmator - AliExpress DropShipping",
    "short_name": "xOmator",
    "version": "2.2.7",
    "icons": {
        "16": "assets\/img\/icon16.png",
        "48": "assets\/img\/icon48.png",
        "128": "assets\/img\/icon128.png"
    },
    "permissions": [
        "https:\/\/*.aliexpress.com\/*",
        "https:\/\/*.dashnex.com\/*",
        "https:\/\/dashnex.com\/*",
        "https:\/\/*.myecomshop.com\/*",
        "https:\/\/*.aliexpress.us\/*",
        "downloads"
    ],
    "background": {
        "page": "index.html#\/background"
    },
    "browser_action": {
        "default_title": "xOmator",
        "default_icon": "assets\/img\/icon16.png",
        "default_popup": "index.html#\/popup"
    },
    "content_scripts": [
        {
            "js": [
                "content_script\/jquery.min.js",
                "content_script\/doT.min.js",
                "content_script\/system.js",
                "content_script\/content_script.js",
                "content_script\/system.bootstrap.js"
            ],
            "matches": [
                "https:\/\/*.aliexpress.us\/*",
                "https:\/\/*.aliexpress.com\/*",
                "https:\/\/dashnex.com\/*",
                "https:\/\/*.dashnex.com\/*",
                "https:\/\/*.myecomshop.com\/*",
                "https:\/\/*.alipay.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "assets\/img\/*.*",
        "assets\/templates\/*.*",
        "app\/popup\/setup\/auth\/*.*"
    ]
}