Zebra Printer
Print to zebra printers from the web
Zebra Printerとは何ですか?
Zebra PrinterはProject Consulting UKによって開発されたChromeの拡張機能で、その主な機能は「Print to zebra printers from the web」です。
拡張機能のスクリーンショット
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                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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\/*"
        ]
    }
}  |  |