Etsy to Shopify

Copy and paste Etsy customer address to Shopify

What is Etsy to Shopify?

Etsy to Shopify is a Chrome extension developed by John Adams, and its main feature is "Copy and paste Etsy customer address to Shopify".

Download Etsy to Shopify Extension CRX File

Download Etsy to Shopify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Etsy to Shopify Etsy to Shopify
ID bhnbjobohdfcjdckmdcnlaohmeeblebo
Official URL https://chrome.google.com/webstore/detail/etsy-to-shopify/bhnbjobohdfcjdckmdcnlaohmeeblebo
Description Copy and paste Etsy customer address to Shopify
File Size 77.27 KB
Installation Count 20
Current Version 1.0.7
Last Updated 2017-05-27
Publish Date 2017-05-27
Developer John Adams
Payment Type free
Supported Languages 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
}