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 |
官方網址 | 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" ] } |