BestStore Printer Launcher

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

BestStore Printer Launcherคืออะไร?

BestStore Printer Launcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Autel srl และคุณลักษณะหลักของมันคือ "This extension allows you to print receipts and labels with Autel BestStore"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BestStore Printer Launcher

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}