BestStore Printer Launcher

This extension allows you to print receipts and labels with Autel BestStore

BestStore Printer Launcherとは何ですか?

BestStore Printer LauncherはAutel srlによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to print receipts and labels with Autel BestStore」です。

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

screenshot

BestStore Printer Launcher拡張機能のCRXファイルをダウンロード

BestStore Printer Launcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        BestStore is an application designed to manage and simplify the retail business world.

The point-of-sale management allows monitoring of sales, returns, transfers, cashing up, goods in & goods out, inventory, printing of fiscal documents and statistics. Moreover, cards and customer profiles are easily arranged for issuing gift certificates, gift cards and special offers.

This extension allows you to make a direct connection to your local printers in order to print receipts, certificates and labels generated by BestStore.                    

拡張機能の基本情報

名前 BestStore Printer Launcher BestStore Printer Launcher
ID pakmpbenpabdjjgpieichnpkmedcnpne
公式URL https://chromewebstore.google.com/detail/beststore-printer-launche/pakmpbenpabdjjgpieichnpkmedcnpne
説明 This extension allows you to print receipts and labels with Autel BestStore
ファイルサイズ 89.54 KB
インストール数 4,519
現在のバージョン 1.4.23
最終更新日 2023-02-20
公開日 2020-03-23
評価 5.00/5 合計 1 レビュー
開発者 Autel srl
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.autel.it/
ヘルプページのURL https://www.autel.it/en/servizi-di-assistenza/
プライバシーポリシーページのURL https://www.autel.it/bsapp/privacy_app_en.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BestStore Printer Launcher",
    "icons": {
        "16": "bsapp_16.png",
        "128": "bsapp_128.png"
    },
    "description": "This extension allows you to print receipts and labels with Autel BestStore",
    "author": "Autel srl",
    "version": "1.4.23",
    "background": {
        "scripts": [
            "epos-custom-2.7.0.js",
            "fiscalprint_basic.js",
            "customFiscalPrint.js",
            "rchFiscalPrint.js",
            "launcher.js"
        ],
        "persistent": false
    },
    "minimum_chrome_version": "40",
    "offline_enabled": true,
    "permissions": [
        "nativeMessaging",
        ""
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.auteldom1.com\/*",
            "*:\/\/*.autel.app\/*",
            "*:\/\/*.autelapp.com\/*"
        ]
    },
    "web_accessible_resources": [
        "ping.js"
    ]
}