Etsy Address Print
Helps to print in batch addresses for selected orders to be glued to envelopes
Wat is Etsy Address Print?
Etsy Address Print is een Chrome-extensie ontwikkeld door etsygadget.com, en de belangrijkste functie is "Helps to print in batch addresses for selected orders to be glued to envelopes".
Extensie Screenshots
Download het CRX-bestand van de extensie Etsy Address Print
Download Etsy Address Print-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
[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.
Basisinformatie over de Extensie
Naam | Etsy Address Print |
ID | njhelbijmdigcbjncoppnffecpbckbfm |
Officiële URL | https://chromewebstore.google.com/detail/etsy-address-print/njhelbijmdigcbjncoppnffecpbckbfm |
Beschrijving | Helps to print in batch addresses for selected orders to be glued to envelopes |
Bestandsgrootte | 49.41 KB |
Aantal Installaties | 41 |
Huidige Versie | 1.9 |
Laatst Bijgewerkt | 2020-05-14 |
Publicatiedatum | 2020-05-13 |
Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | etsygadget.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://etsygadget.com/etsy_address_print/ |
Help Pagina-URL | http://etsygadget.com/en/contacts/ |
Ondersteunde Talen | 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" ] } |