Etsy to Shopify
Copy and paste Etsy customer address to Shopify
什麼是Etsy to Shopify?
Etsy to Shopify是由John Adams開發的Chrome擴展程式,該擴展的主要功能是“Copy and paste Etsy customer address to Shopify”。
下載Etsy to Shopify擴展crx文件
下載Etsy to Shopify擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Copy and paste order # and customer order info from Etsy over to Shopify for quick and easy fulfillment
擴展基本資訊
名稱 | |
ID | bhnbjobohdfcjdckmdcnlaohmeeblebo |
官方網址 | https://chrome.google.com/webstore/detail/etsy-to-shopify/bhnbjobohdfcjdckmdcnlaohmeeblebo |
簡介 | Copy and paste Etsy customer address to Shopify |
檔案大小 | 77.27 KB |
安裝次數 | 20 |
目前版本 | 1.0.7 |
更新時間 | 2017-05-27 |
上架時間 | 2017-05-27 |
開發者 | John Adams |
付費類型 | free |
支援的語言 | 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 } |