Aliexpress To Shopify

Download images from Aliexpress and sync product from Aliexpress to Shopify

Apa itu Aliexpress To Shopify?

Aliexpress To Shopify adalah ekstensi Chrome yang dikembangkan oleh linhnn.developer, dan fitur utamanya adalah "Download images from Aliexpress and sync product from Aliexpress to Shopify".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Aliexpress To Shopify

Unduh file ekstensi Aliexpress To Shopify dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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]                    

Informasi Dasar Ekstensi

Nama Aliexpress To Shopify Aliexpress To Shopify
ID mibkbjgdjgngmjkkbncjognpdggckmik
URL Resmi https://chromewebstore.google.com/detail/aliexpress-to-shopify/mibkbjgdjgngmjkkbncjognpdggckmik
Deskripsi Download images from Aliexpress and sync product from Aliexpress to Shopify
Ukuran File 343 KB
Jumlah Instalasi 25
Versi Saat Ini 1.2
Terakhir Diperbarui 2022-11-21
Tanggal Publikasi 2022-08-23
Penilaian 5.00/5 Total 1 Penilaian
Pengembang linhnn.developer
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://malitool.com/
URL Halaman Bantuan https://malitool.com/
URL Halaman Kebijakan Privasi http://malitool.com/amazon-image-downloader-policy.html
Bahasa yang Didukung 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\/"
    ]
}