Etsy to Shopify
Copy and paste Etsy customer address to Shopify
Etsy to Shopify là gì?
Etsy to Shopify là một tiện ích mở rộng Chrome được phát triển bởi John Adams, và tính năng chính của nó là "Copy and paste Etsy customer address to Shopify".
Tải xuống tệp CRX của tiện ích mở rộng Etsy to Shopify
Tải xuống các tệp mở rộng Etsy to Shopify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Copy and paste order # and customer order info from Etsy over to Shopify for quick and easy fulfillment
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bhnbjobohdfcjdckmdcnlaohmeeblebo |
URL Chính Thức | https://chrome.google.com/webstore/detail/etsy-to-shopify/bhnbjobohdfcjdckmdcnlaohmeeblebo |
Mô tả | Copy and paste Etsy customer address to Shopify |
Kích Thước Tệp | 77.27 KB |
Số Lần Cài Đặt | 20 |
Phiên Bản Hiện Tại | 1.0.7 |
Cập Nhật Lần Cuối | 2017-05-27 |
Ngày Phát Hành | 2017-05-27 |
Nhà Phát Triển | John Adams |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |