Aliexpress To Shopify

Download images from Aliexpress and sync product from Aliexpress to Shopify

Qu'est-ce que Aliexpress To Shopify ?

Aliexpress To Shopify est une extension Chrome développée par linhnn.developer, et sa fonction principale est "Download images from Aliexpress and sync product from Aliexpress to Shopify".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Aliexpress To Shopify

Téléchargez les fichiers d'extension Aliexpress To Shopify 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

                        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]                    

Informations de Base sur l'Extension

Nom Aliexpress To Shopify Aliexpress To Shopify
ID mibkbjgdjgngmjkkbncjognpdggckmik
URL Officiel https://chromewebstore.google.com/detail/aliexpress-to-shopify/mibkbjgdjgngmjkkbncjognpdggckmik
Description Download images from Aliexpress and sync product from Aliexpress to Shopify
Taille du Fichier 343 KB
Nombre d'Installations 25
Version Actuelle 1.2
Dernière Mise à Jour 2022-11-21
Date de Publication 2022-08-23
Évaluation 5.00/5 Total 1 Évaluations
Développeur linhnn.developer
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://malitool.com/
URL de la Page d'Aide https://malitool.com/
URL de la Page de Politique de Confidentialité http://malitool.com/amazon-image-downloader-policy.html
Langues Prises en Charge 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\/"
    ]
}