Etsy Address Print
Helps to print in batch addresses for selected orders to be glued to envelopes
什么是Etsy Address Print?
Etsy Address Print是由etsygadget.com开发的Chrome扩展程序,该扩展的主要功能是“Helps to print in batch addresses for selected orders to be glued to envelopes”。
扩展截图
下载Etsy Address Print扩展crx文件
下载Etsy Address Print扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
[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.
扩展基本信息
名称 | Etsy Address Print |
ID | njhelbijmdigcbjncoppnffecpbckbfm |
官方URL | https://chromewebstore.google.com/detail/etsy-address-print/njhelbijmdigcbjncoppnffecpbckbfm |
简介 | Helps to print in batch addresses for selected orders to be glued to envelopes |
文件大小 | 49.41 KB |
安装次数 | 41 |
当前版本 | 1.9 |
更新时间 | 2020-05-14 |
上架时间 | 2020-05-13 |
评分 | 5.00/5 共6次评分 |
开发者 | etsygadget.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://etsygadget.com/etsy_address_print/ |
帮助页面URL | http://etsygadget.com/en/contacts/ |
支持的语言 | 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" ] } |