Etsy to Shopify

Copy and paste Etsy customer address to Shopify

Etsy to Shopifyคืออะไร?

Etsy to Shopify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย John Adams และคุณลักษณะหลักของมันคือ "Copy and paste Etsy customer address to Shopify"

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

ดาวน์โหลดไฟล์ส่วนขยาย Etsy to Shopify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Copy and paste order # and customer order info from Etsy over to Shopify for quick and easy fulfillment                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Etsy to Shopify Etsy to Shopify
ID bhnbjobohdfcjdckmdcnlaohmeeblebo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/etsy-to-shopify/bhnbjobohdfcjdckmdcnlaohmeeblebo
คำอธิบาย Copy and paste Etsy customer address to Shopify
ขนาดไฟล์ 77.27 KB
จำนวนการติดตั้ง 20
เวอร์ชันปัจจุบัน 1.0.7
อัปเดตครั้งล่าสุด 2017-05-27
วันที่เผยแพร่ 2017-05-27
ผู้พัฒนา John Adams
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Etsy to Shopify",
    "version": "1.0.7",
    "description": "Copy and paste Etsy customer address to Shopify",
    "author": "John Adams",
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "icon.png",
        "64": "icon.png",
        "32": "icon.png",
        "16": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "incognito": "spanning",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "MerchGeek v1.0.7"
    },
    "manifest_version": 2
}