Etsy Address Print
Helps to print in batch addresses for selected orders to be glued to envelopes
Etsy Address Print là gì?
Etsy Address Print là một tiện ích mở rộng Chrome được phát triển bởi etsygadget.com, và tính năng chính của nó là "Helps to print in batch addresses for selected orders to be glued to envelopes".
Ả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 Etsy Address Print
Tải xuống các tệp mở rộng Etsy Address Print 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
[FOR ETSY SELLERS ONLY] Print easily labels for envelops and packages with directions of your customers. Save your time and be more productive. Watch video to see how does it work.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Etsy Address Print |
ID | njhelbijmdigcbjncoppnffecpbckbfm |
URL Chính Thức | https://chromewebstore.google.com/detail/etsy-address-print/njhelbijmdigcbjncoppnffecpbckbfm |
Mô tả | Helps to print in batch addresses for selected orders to be glued to envelopes |
Kích Thước Tệp | 49.41 KB |
Số Lần Cài Đặt | 41 |
Phiên Bản Hiện Tại | 1.9 |
Cập Nhật Lần Cuối | 2020-05-14 |
Ngày Phát Hành | 2020-05-13 |
Đánh Giá | 5.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | etsygadget.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://etsygadget.com/etsy_address_print/ |
URL Trang Trợ Giúp | http://etsygadget.com/en/contacts/ |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Etsy Address Print", "short_name": "Etsy Address Print", "description": "Helps to print in batch addresses for selected orders to be glued to envelopes", "version": "1.9", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "*:\/\/*.etsy.com\/" ], "homepage_url": "http:\/\/etsygadget.com\/etsy_address_print\/", "content_scripts": [ { "matches": [ "*:\/\/*.etsy.com\/*\/your\/orders*", "*:\/\/*.etsy.com\/your\/orders*", "*:\/\/*.etsy.com\/your\/orders\/*" ], "css": [ "styles.css" ], "js": [ "jquery.js", "content.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "print.html", "styles.css", "jquery.js", "*.png" ] } |