Shopify to Aliexpress Fast Orders
With only Two clicks this extension will copy your customer shipping address from shopify and paste it on Aliexpress.
Shopify to Aliexpress Fast Orders là gì?
Shopify to Aliexpress Fast Orders là một tiện ích mở rộng Chrome được phát triển bởi salahodinalayoubi2017, và tính năng chính của nó là "With only Two clicks this extension will copy your customer shipping address from shopify and paste it on Aliexpress.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Shopify to Aliexpress Fast Orders
Tải xuống các tệp mở rộng Shopify to Aliexpress Fast Orders 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
Shopify to Aliexpress Fast Orders : With only Two clicks this extension will copy your customer shipping address from shopify and paste it on Aliexpress This shopify dropshipping extension will help you to make the orders from aliexpress in less than 1 minute Shopify to Aliexpress Fast Orders
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Shopify to Aliexpress Fast Orders |
ID | kfegaajjmiaiajkgoifbmhieibnkolhf |
URL Chính Thức | https://chromewebstore.google.com/detail/shopify-to-aliexpress-fas/kfegaajjmiaiajkgoifbmhieibnkolhf |
Mô tả | With only Two clicks this extension will copy your customer shipping address from shopify and paste it on Aliexpress. |
Kích Thước Tệp | 858 KB |
Số Lần Cài Đặt | 54 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2020-01-14 |
Ngày Phát Hành | 2020-01-14 |
Đánh Giá | 4.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | salahodinalayoubi2017 |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://dropshipping-ebay.com/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shopify to Aliexpress Fast Orders", "short_name": "Shopify to Aliexpress Fast Orders", "version": "0.1", "manifest_version": 2, "description": "With only Two clicks this extension will copy your customer shipping address from shopify and paste it on Aliexpress.", "icons": { "16": "icons\/icon.png", "48": "icons\/icon.png", "128": "icons\/icon.png" }, "browser_action": { "default_popup": "src\/browser_action\/browser_action.html", "default_icon": "icons\/icon.png", "default_title": "Shopify to Aliexpress" }, "options_page": "src\/browser_action\/browser_action.html", "content_scripts": [ { "matches": [ "*:\/\/*.myshopify.com\/*", "*:\/\/*.aliexpress.com\/*" ], "js": [ "js\/jquery.min.js", "js\/script.js" ], "run_at": "document_end" } ], "permissions": [ "storage", "tabs", "*:\/\/*.myshopify.com\/*", "*:\/\/*.aliexpress.com\/*" ], "background": { "persistent": true, "scripts": [ "js\/jquery.min.js", "src\/bg\/background.js" ] }, "web_accessible_resources": [ "icons\/icon.png" ] } |