Aliexpress To Shopify

Download images from Aliexpress and sync product from Aliexpress to Shopify

Cos'è Aliexpress To Shopify?

Aliexpress To Shopify è un'estensione di Chrome sviluppata da linhnn.developer, e la sua funzione principale è "Download images from Aliexpress and sync product from Aliexpress to Shopify".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Aliexpress To Shopify

Scarica i file di estensione Aliexpress To Shopify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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]                    

Informazioni di Base sull'Estensione

Nome Aliexpress To Shopify Aliexpress To Shopify
ID mibkbjgdjgngmjkkbncjognpdggckmik
URL Ufficiale https://chromewebstore.google.com/detail/aliexpress-to-shopify/mibkbjgdjgngmjkkbncjognpdggckmik
Descrizione Download images from Aliexpress and sync product from Aliexpress to Shopify
Dimensione del File 343 KB
Conteggio Installazioni 25
Versione Corrente 1.2
Ultimo Aggiornamento 2022-11-21
Data di Pubblicazione 2022-08-23
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore linhnn.developer
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://malitool.com/
URL della Pagina di Aiuto https://malitool.com/
URL della Pagina della Politica sulla Privacy http://malitool.com/amazon-image-downloader-policy.html
Lingue Supportate 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\/"
    ]
}