Etsy Address Print

Helps to print in batch addresses for selected orders to be glued to envelopes

What is Etsy Address Print?

Etsy Address Print is a Chrome extension developed by etsygadget.com, and its main feature is "Helps to print in batch addresses for selected orders to be glued to envelopes".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Etsy Address Print Extension CRX File

Download Etsy Address Print extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        [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.                    

Extension Basic Information

Name Etsy Address Print Etsy Address Print
ID njhelbijmdigcbjncoppnffecpbckbfm
Official URL https://chromewebstore.google.com/detail/etsy-address-print/njhelbijmdigcbjncoppnffecpbckbfm
Description Helps to print in batch addresses for selected orders to be glued to envelopes
File Size 49.41 KB
Installation Count 41
Current Version 1.9
Last Updated 2020-05-14
Publish Date 2020-05-13
Rating 5.00/5 Total 6 Ratings
Developer etsygadget.com
Email [email protected]
Payment Type free
Extension Website http://etsygadget.com/etsy_address_print/
Help Page URL http://etsygadget.com/en/contacts/
Supported Languages 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"
    ]
}