xOmator - AliExpress DropShipping

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

Qu'est-ce que xOmator - AliExpress DropShipping ?

xOmator - AliExpress DropShipping est une extension Chrome développée par https://xomator.com, et sa fonction principale est "Use xOmator extension to quickly filter and download product information (including product images) from AliExpress. Feature…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension xOmator - AliExpress DropShipping

Téléchargez les fichiers d'extension xOmator - AliExpress DropShipping au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom xOmator - AliExpress DropShipping xOmator - AliExpress DropShipping
ID mkoaiknkcacinadfffgbpbepnihddbdb
URL Officiel https://chromewebstore.google.com/detail/xomator-aliexpress-dropsh/mkoaiknkcacinadfffgbpbepnihddbdb
Description Use xOmator extension to quickly filter and download product information (including product images) from AliExpress. Feature…
Taille du Fichier 957 KB
Nombre d'Installations 3,462
Version Actuelle 2.2.7
Dernière Mise à Jour 2023-05-05
Date de Publication 2020-03-20
Évaluation 4.55/5 Total 38 Évaluations
Développeur https://xomator.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://xomator.com
URL de la Page d'Aide https://dashnexsupport.com
URL de la Page de Politique de Confidentialité https://dashnex.com/privacy
Langues Prises en Charge 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\/*.*"
    ]
}