Zebra Printer

Print to zebra printers from the web

What is Zebra Printer?

Zebra Printer is a Chrome extension developed by Project Consulting UK, and its main feature is "Print to zebra printers from the web".

Extension Screenshots

screenshot

Download Zebra Printer Extension CRX File

Download Zebra Printer 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

                        Enable a developer to post ZPL to a Zebra label printer on the local network.

This extension allows developers to print ZPL labels directly from the web, via HTTP POST                    

Extension Basic Information

Name Zebra Printer Zebra Printer
ID jjelffefampmaekfacjlhkacbnggbceg
Official URL https://chromewebstore.google.com/detail/zebra-printer/jjelffefampmaekfacjlhkacbnggbceg
Description Print to zebra printers from the web
File Size 9.01 KB
Installation Count 1,000
Current Version 1.0
Last Updated 2021-09-30
Publish Date 2021-09-30
Rating 1.00/5 Total 1 Ratings
Developer Project Consulting UK
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.ilovemeetandgreet.co.uk/about-us/i-love-policies/privacy-policy
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zebra Printer",
    "description": "Print to zebra printers from the web",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "\/images\/zebraPrinter16.png",
        "32": "\/images\/zebraPrinter32.png",
        "48": "\/images\/zebraPrinter48.png",
        "128": "\/images\/zebraPrinter128.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.ilovemeetandgreet.co.uk\/*"
        ]
    }
}