Aliexpress To Shopify

Download images from Aliexpress and sync product from Aliexpress to Shopify

Wat is Aliexpress To Shopify?

Aliexpress To Shopify is een Chrome-extensie ontwikkeld door linhnn.developer, en de belangrijkste functie is "Download images from Aliexpress and sync product from Aliexpress to Shopify".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Aliexpress To Shopify

Download Aliexpress To Shopify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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]                    

Basisinformatie over de Extensie

Naam Aliexpress To Shopify Aliexpress To Shopify
ID mibkbjgdjgngmjkkbncjognpdggckmik
Officiële URL https://chromewebstore.google.com/detail/aliexpress-to-shopify/mibkbjgdjgngmjkkbncjognpdggckmik
Beschrijving Download images from Aliexpress and sync product from Aliexpress to Shopify
Bestandsgrootte 343 KB
Aantal Installaties 25
Huidige Versie 1.2
Laatst Bijgewerkt 2022-11-21
Publicatiedatum 2022-08-23
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar linhnn.developer
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://malitool.com/
Help Pagina-URL https://malitool.com/
URL van de Privacybeleid Pagina http://malitool.com/amazon-image-downloader-policy.html
Ondersteunde Talen 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\/"
    ]
}