Etsy to Shopify
Copy and paste Etsy customer address to Shopify
O que é Etsy to Shopify?
Etsy to Shopify é uma extensão do Chrome desenvolvida por John Adams, e sua principal característica é "Copy and paste Etsy customer address to Shopify".
Baixar o arquivo CRX da Extensão Etsy to Shopify
Baixe arquivos de extensão Etsy to Shopify no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Copy and paste order # and customer order info from Etsy over to Shopify for quick and easy fulfillment
Informações Básicas da Extensão
Nome | |
ID | bhnbjobohdfcjdckmdcnlaohmeeblebo |
URL Oficial | https://chrome.google.com/webstore/detail/etsy-to-shopify/bhnbjobohdfcjdckmdcnlaohmeeblebo |
Descrição | Copy and paste Etsy customer address to Shopify |
Tamanho do Arquivo | 77.27 KB |
Contagem de Instalações | 20 |
Versão Atual | 1.0.7 |
Última Atualização | 2017-05-27 |
Data de Publicação | 2017-05-27 |
Desenvolvedor | John Adams |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |