Etsy to Shopify

Copy and paste Etsy customer address to Shopify

Cos'è Etsy to Shopify?

Etsy to Shopify è un'estensione di Chrome sviluppata da John Adams, e la sua funzione principale è "Copy and paste Etsy customer address to Shopify".

Scarica il file CRX dell'estensione Etsy to Shopify

Scarica i file di estensione Etsy to Shopify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Etsy to Shopify Etsy to Shopify
ID bhnbjobohdfcjdckmdcnlaohmeeblebo
URL Ufficiale https://chrome.google.com/webstore/detail/etsy-to-shopify/bhnbjobohdfcjdckmdcnlaohmeeblebo
Descrizione Copy and paste Etsy customer address to Shopify
Dimensione del File 77.27 KB
Conteggio Installazioni 20
Versione Corrente 1.0.7
Ultimo Aggiornamento 2017-05-27
Data di Pubblicazione 2017-05-27
Sviluppatore John Adams
Tipo di Pagamento free
Lingue Supportate 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
}