Etsy to Shopify

Copy and paste Etsy customer address to Shopify

Wat is Etsy to Shopify?

Etsy to Shopify is een Chrome-extensie ontwikkeld door John Adams, en de belangrijkste functie is "Copy and paste Etsy customer address to Shopify".

Download het CRX-bestand van de extensie Etsy to Shopify

Download Etsy to Shopify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Etsy to Shopify Etsy to Shopify
ID bhnbjobohdfcjdckmdcnlaohmeeblebo
Officiële URL https://chrome.google.com/webstore/detail/etsy-to-shopify/bhnbjobohdfcjdckmdcnlaohmeeblebo
Beschrijving Copy and paste Etsy customer address to Shopify
Bestandsgrootte 77.27 KB
Aantal Installaties 20
Huidige Versie 1.0.7
Laatst Bijgewerkt 2017-05-27
Publicatiedatum 2017-05-27
Ontwikkelaar John Adams
Betalingswijze free
Ondersteunde Talen 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
}