Etsy to Shopify

Copy and paste Etsy customer address to Shopify

Was ist Etsy to Shopify?

Etsy to Shopify ist eine Chrome-Erweiterung, die von John Adams entwickelt wurde, und ihr Hauptmerkmal ist "Copy and paste Etsy customer address to Shopify".

Etsy to Shopify-Erweiterungs-CRX-Datei herunterladen

Laden Sie Etsy to Shopify-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Etsy to Shopify Etsy to Shopify
ID bhnbjobohdfcjdckmdcnlaohmeeblebo
Offizielle URL https://chrome.google.com/webstore/detail/etsy-to-shopify/bhnbjobohdfcjdckmdcnlaohmeeblebo
Beschreibung Copy and paste Etsy customer address to Shopify
Dateigröße 77.27 KB
Installationsanzahl 20
Aktuelle Version 1.0.7
Letztes Update 2017-05-27
Veröffentlichungsdatum 2017-05-27
Entwickler John Adams
Zahlungsart free
Unterstützte Sprachen 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
}