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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
[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" } } |