Etsy to Shopify

Copy and paste Etsy customer address to Shopify

Co to jest Etsy to Shopify?

Etsy to Shopify to rozszerzenie Chrome opracowane przez John Adams, a jego główną funkcją jest „Copy and paste Etsy customer address to Shopify”.

Pobierz plik CRX rozszerzenia Etsy to Shopify

Pobierz pliki rozszerzeń Etsy to Shopify w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Etsy to Shopify Etsy to Shopify
ID bhnbjobohdfcjdckmdcnlaohmeeblebo
Oficjalny URL https://chrome.google.com/webstore/detail/etsy-to-shopify/bhnbjobohdfcjdckmdcnlaohmeeblebo
Opis Copy and paste Etsy customer address to Shopify
Rozmiar pliku 77.27 KB
Liczba instalacji 20
Aktualna Wersja 1.0.7
Ostatnia Aktualizacja 2017-05-27
Data Publikacji 2017-05-27
Deweloper John Adams
Typ Płatności free
Obsługiwane Języki 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
}