BestStore Printer Launcher

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

BestStore Printer Launcher là gì?

BestStore Printer Launcher là một tiện ích mở rộng Chrome được phát triển bởi Autel srl, và tính năng chính của nó là "This extension allows you to print receipts and labels with Autel BestStore".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng BestStore Printer Launcher

Tải xuống các tệp mở rộng BestStore Printer Launcher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BestStore Printer Launcher BestStore Printer Launcher
ID pakmpbenpabdjjgpieichnpkmedcnpne
URL Chính Thức https://chromewebstore.google.com/detail/beststore-printer-launche/pakmpbenpabdjjgpieichnpkmedcnpne
Mô tả This extension allows you to print receipts and labels with Autel BestStore
Kích Thước Tệp 89.54 KB
Số Lần Cài Đặt 4,519
Phiên Bản Hiện Tại 1.4.23
Cập Nhật Lần Cuối 2023-02-20
Ngày Phát Hành 2020-03-23
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Autel srl
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.autel.it/
URL Trang Trợ Giúp https://www.autel.it/en/servizi-di-assistenza/
URL Trang Chính Sách Bảo Mật https://www.autel.it/bsapp/privacy_app_en.html
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}