Etsy to Shopify

Copy and paste Etsy customer address to Shopify

Qu'est-ce que Etsy to Shopify ?

Etsy to Shopify est une extension Chrome développée par John Adams, et sa fonction principale est "Copy and paste Etsy customer address to Shopify".

Télécharger le fichier CRX de l'extension Etsy to Shopify

Téléchargez les fichiers d'extension Etsy to Shopify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Etsy to Shopify Etsy to Shopify
ID bhnbjobohdfcjdckmdcnlaohmeeblebo
URL Officiel https://chrome.google.com/webstore/detail/etsy-to-shopify/bhnbjobohdfcjdckmdcnlaohmeeblebo
Description Copy and paste Etsy customer address to Shopify
Taille du Fichier 77.27 KB
Nombre d'Installations 20
Version Actuelle 1.0.7
Dernière Mise à Jour 2017-05-27
Date de Publication 2017-05-27
Développeur John Adams
Type de Paiement free
Langues Prises en Charge 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
}