BestStore Printer Launcher

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

Co to jest BestStore Printer Launcher?

BestStore Printer Launcher to rozszerzenie Chrome opracowane przez Autel srl, a jego główną funkcją jest „This extension allows you to print receipts and labels with Autel BestStore”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia BestStore Printer Launcher

Pobierz pliki rozszerzeń BestStore Printer Launcher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa BestStore Printer Launcher BestStore Printer Launcher
ID pakmpbenpabdjjgpieichnpkmedcnpne
Oficjalny URL https://chromewebstore.google.com/detail/beststore-printer-launche/pakmpbenpabdjjgpieichnpkmedcnpne
Opis This extension allows you to print receipts and labels with Autel BestStore
Rozmiar pliku 89.54 KB
Liczba instalacji 4,519
Aktualna Wersja 1.4.23
Ostatnia Aktualizacja 2023-02-20
Data Publikacji 2020-03-23
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Autel srl
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.autel.it/
Adres URL Strony Pomocy https://www.autel.it/en/servizi-di-assistenza/
Adres URL Strony Polityki Prywatności https://www.autel.it/bsapp/privacy_app_en.html
Obsługiwane Języki 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"
    ]
}