Shopify to Aliexpress Fast Orders

With only Two clicks this extension will copy your customer shipping address from shopify and paste it on Aliexpress.

Shopify to Aliexpress Fast Ordersとは何ですか?

Shopify to Aliexpress Fast Ordersはsalahodinalayoubi2017によって開発されたChromeの拡張機能で、その主な機能は「With only Two clicks this extension will copy your customer shipping address from shopify and paste it on Aliexpress.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Shopify to Aliexpress Fast Orders : With only Two clicks this extension will copy your customer shipping address from shopify and paste it on Aliexpress
This shopify dropshipping extension will help you to make the orders from aliexpress in less than 1 minute
Shopify to Aliexpress Fast Orders                    

拡張機能の基本情報

名前 Shopify to Aliexpress Fast Orders Shopify to Aliexpress Fast Orders
ID kfegaajjmiaiajkgoifbmhieibnkolhf
公式URL https://chromewebstore.google.com/detail/shopify-to-aliexpress-fas/kfegaajjmiaiajkgoifbmhieibnkolhf
説明 With only Two clicks this extension will copy your customer shipping address from shopify and paste it on Aliexpress.
ファイルサイズ 858 KB
インストール数 54
現在のバージョン 0.1
最終更新日 2020-01-14
公開日 2020-01-14
評価 4.50/5 合計 2 レビュー
開発者 salahodinalayoubi2017
支払い方法 free
拡張機能のウェブサイト https://dropshipping-ebay.com/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shopify to Aliexpress Fast Orders",
    "short_name": "Shopify to Aliexpress Fast Orders",
    "version": "0.1",
    "manifest_version": 2,
    "description": "With only Two clicks this extension will copy your customer shipping address from shopify and paste it on Aliexpress.",
    "icons": {
        "16": "icons\/icon.png",
        "48": "icons\/icon.png",
        "128": "icons\/icon.png"
    },
    "browser_action": {
        "default_popup": "src\/browser_action\/browser_action.html",
        "default_icon": "icons\/icon.png",
        "default_title": "Shopify to Aliexpress"
    },
    "options_page": "src\/browser_action\/browser_action.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.myshopify.com\/*",
                "*:\/\/*.aliexpress.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "*:\/\/*.myshopify.com\/*",
        "*:\/\/*.aliexpress.com\/*"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery.min.js",
            "src\/bg\/background.js"
        ]
    },
    "web_accessible_resources": [
        "icons\/icon.png"
    ]
}