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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย salahodinalayoubi2017 และคุณลักษณะหลักของมันคือ "With only Two clicks this extension will copy your customer shipping address from shopify and paste it on Aliexpress."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shopify to Aliexpress Fast Orders

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}