Etsy to Shopify

Copy and paste Etsy customer address to Shopify

Vad är Etsy to Shopify?

Etsy to Shopify är en Chrome-tillägg utvecklad av John Adams, och dess huvudfunktion är "Copy and paste Etsy customer address to Shopify".

Ladda ner Etsy to Shopify-förlängningens CRX-fil

Ladda ner Etsy to Shopify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Etsy to Shopify Etsy to Shopify
ID bhnbjobohdfcjdckmdcnlaohmeeblebo
Officiell webbadress https://chrome.google.com/webstore/detail/etsy-to-shopify/bhnbjobohdfcjdckmdcnlaohmeeblebo
Beskrivning Copy and paste Etsy customer address to Shopify
Filstorlek 77.27 KB
Antal Installationer 20
Aktuell Version 1.0.7
Senast Uppdaterad 2017-05-27
Publiceringsdatum 2017-05-27
Utvecklare John Adams
Betalningssätt free
Stödda Språk 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
}