Aliexpress To Shopify

Download images from Aliexpress and sync product from Aliexpress to Shopify

Aliexpress To Shopifyとは何ですか?

Aliexpress To Shopifyはlinhnn.developerによって開発されたChromeの拡張機能で、その主な機能は「Download images from Aliexpress and sync product from Aliexpress to Shopify」です。

拡張機能のスクリーンショット

screenshot

Aliexpress To Shopify拡張機能のCRXファイルをダウンロード

Aliexpress To Shopify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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]                    

拡張機能の基本情報

名前 Aliexpress To Shopify Aliexpress To Shopify
ID mibkbjgdjgngmjkkbncjognpdggckmik
公式URL https://chromewebstore.google.com/detail/aliexpress-to-shopify/mibkbjgdjgngmjkkbncjognpdggckmik
説明 Download images from Aliexpress and sync product from Aliexpress to Shopify
ファイルサイズ 343 KB
インストール数 25
現在のバージョン 1.2
最終更新日 2022-11-21
公開日 2022-08-23
評価 5.00/5 合計 1 レビュー
開発者 linhnn.developer
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://malitool.com/
ヘルプページのURL https://malitool.com/
プライバシーポリシーページのURL http://malitool.com/amazon-image-downloader-policy.html
対応言語 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\/"
    ]
}