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
}