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」です。

拡張機能のスクリーンショット

screenshot
screenshot

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ť"                    

拡張機能の基本情報

名前 VRP print for 58mm printers by Bločkomat VRP print for 58mm printers by Bločkomat
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
Eメール [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"
    }
}