BestStore Printer Launcher

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

BestStore Printer Launcher क्या है?

BestStore Printer Launcher Autel srl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to print receipts and labels with Autel BestStore"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BestStore Printer Launcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}