VRP print for 58mm printers by Bločkomat
VRP print output adjustment for small printers
什么是VRP print for 58mm printers by Bločkomat?
VRP print for 58mm printers by Bločkomat是由Bločkomat开发的Chrome扩展程序,该扩展的主要功能是“VRP print output adjustment for small printers”。
扩展截图
下载VRP print for 58mm printers by Bločkomat扩展crx文件
下载VRP print for 58mm printers by Bločkomat扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
[EN] [SK text nasleduje nižšie] This Extension formats output for 58mm thermoprinters from VRP (Virtuálna registračná pokladnica) 1. Install driver for your printer from the manufacturer 2. Install and enable this extension on Chrome 3. Use VRP site from financnasprava.sk 4. Print receipt 4.1 In the Print settings dialog, open "More settings" 4.2 Select "Minimal margins" 4.3 Press "Print" [SK] Rozšírenie formátuje výstup pre tlač z Virtuálnej registračnej pokladnice pre 58mm termotlačiarne 1. Nainštaluj si driver k počítaču dodávaný od výrobcu tlačiarne 2. Nainštaluj a povoľ toto rozšírenie v Chrome 3. Použi VRP site from financnasprava.sk 4. Tlač doklad 4.1 V dialógu nastavenia tlače vyber "Ďalšie možnosti" 4.2 Nastav "Minimálne okraje" 4.3 Stlač "Tlačiť"
扩展基本信息
名称 | |
ID | oegbocgabniejogpmgjgkkhcekecoobp |
官方URL | https://chrome.google.com/webstore/detail/vrp-print-for-58mm-printe/oegbocgabniejogpmgjgkkhcekecoobp |
简介 | VRP print output adjustment for small printers |
文件大小 | 11.56 KB |
安装次数 | 168 |
当前版本 | 1.1 |
更新时间 | 2020-05-03 |
上架时间 | 2020-05-03 |
评分 | 4.50/5 共2次评分 |
开发者 | Bločkomat |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://blockomat.sk |
隐私政策页面URL | https://blockomat.sk |
支持的语言 | sk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "VRP print for 58mm printers by Blo\u010dkomat", "description": "VRP print output adjustment for small printers", "version": "1.1", "content_scripts": [ { "matches": [ "https:\/\/vrp.financnasprava.sk\/print\/*" ], "css": [ "css\/print_style.css" ] } ], "icons": { "128": "img\/icon_128.png" } } |