Aliexpress To Shopify

Download images from Aliexpress and sync product from Aliexpress to Shopify

Was ist Aliexpress To Shopify?

Aliexpress To Shopify ist eine Chrome-Erweiterung, die von linhnn.developer entwickelt wurde, und ihr Hauptmerkmal ist "Download images from Aliexpress and sync product from Aliexpress to Shopify".

Erweiterungsscreenshots

screenshot

Aliexpress To Shopify-Erweiterungs-CRX-Datei herunterladen

Laden Sie Aliexpress To Shopify-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

                        The extension support user sync every products from Aliexpress.com to Shopify
User can add product with only one click. 
User can import and manage the products on the website: https://malitool.com/product-manager/

If have any error, please contact me: [email protected]                    

Grundlegende Informationen zur Erweiterung

Name Aliexpress To Shopify Aliexpress To Shopify
ID mibkbjgdjgngmjkkbncjognpdggckmik
Offizielle URL https://chromewebstore.google.com/detail/aliexpress-to-shopify/mibkbjgdjgngmjkkbncjognpdggckmik
Beschreibung Download images from Aliexpress and sync product from Aliexpress to Shopify
Dateigröße 343 KB
Installationsanzahl 25
Aktuelle Version 1.2
Letztes Update 2022-11-21
Veröffentlichungsdatum 2022-08-23
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler linhnn.developer
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://malitool.com/
Hilfeseite URL https://malitool.com/
URL der Datenschutzrichtlinien-Seite http://malitool.com/amazon-image-downloader-policy.html
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Aliexpress To Shopify",
    "description": "Download images from Aliexpress and sync product from Aliexpress to Shopify",
    "version": "1.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "download",
        "https:\/\/*\/*",
        "http:\/\/localhost:8081\/",
        "https:\/\/malitool.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "\/lib\/jquery.js",
                "content-script.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo16.png",
            "32": "\/images\/logo32.png",
            "48": "\/images\/logo48.png",
            "128": "\/images\/logo128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png",
        "128": "\/images\/logo128.png"
    },
    "options_page": "options.html",
    "host_permissions": [
        "https:\/\/malitool.com\/",
        "http:\/\/localhost:8081\/"
    ]
}