Etsy to Shopify

Copy and paste Etsy customer address to Shopify

Etsy to Shopifyとは何ですか?

Etsy to ShopifyはJohn Adamsによって開発されたChromeの拡張機能で、その主な機能は「Copy and paste Etsy customer address to Shopify」です。

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

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
}