Etsy to Shopify

Copy and paste Etsy customer address to Shopify

Apa itu Etsy to Shopify?

Etsy to Shopify adalah ekstensi Chrome yang dikembangkan oleh John Adams, dan fitur utamanya adalah "Copy and paste Etsy customer address to Shopify".

Unduh Berkas CRX Ekstensi Etsy to Shopify

Unduh file ekstensi Etsy to Shopify dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Etsy to Shopify Etsy to Shopify
ID bhnbjobohdfcjdckmdcnlaohmeeblebo
URL Resmi https://chrome.google.com/webstore/detail/etsy-to-shopify/bhnbjobohdfcjdckmdcnlaohmeeblebo
Deskripsi Copy and paste Etsy customer address to Shopify
Ukuran File 77.27 KB
Jumlah Instalasi 20
Versi Saat Ini 1.0.7
Terakhir Diperbarui 2017-05-27
Tanggal Publikasi 2017-05-27
Pengembang John Adams
Tipe Pembayaran free
Bahasa yang Didukung 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
}