Zebra Printer

Print to zebra printers from the web

什么是Zebra Printer?

Zebra Printer是由Project Consulting UK开发的Chrome扩展程序,该扩展的主要功能是“Print to zebra printers from the web”。

扩展截图

screenshot

下载Zebra Printer扩展crx文件

下载Zebra Printer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Zebra Printer Zebra Printer
ID jjelffefampmaekfacjlhkacbnggbceg
官方URL https://chromewebstore.google.com/detail/zebra-printer/jjelffefampmaekfacjlhkacbnggbceg
简介 Print to zebra printers from the web
文件大小 9.01 KB
安装次数 1,000
当前版本 1.0
更新时间 2021-09-30
上架时间 2021-09-30
评分 1.00/5 共1次评分
开发者 Project Consulting UK
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.ilovemeetandgreet.co.uk/about-us/i-love-policies/privacy-policy
支持的语言 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\/*"
        ]
    }
}