Niceloop Printer Interface V2

NICELOOP PRINTER INTERFACE V2 Niceloop is a POS system in the Cloud which effectively helps small sized restaurants increase their…

Co je Niceloop Printer Interface V2?

Niceloop Printer Interface V2 je rozšíření Chrome vyvinuté rice.th, a jeho hlavní funkcí je „NICELOOP PRINTER INTERFACE V2 Niceloop is a POS system in the Cloud which effectively helps small sized restaurants increase their…“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Niceloop Printer Interface V2

Stáhněte si soubory rozšíření Niceloop Printer Interface V2 ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        NICELOOP PRINTER INTERFACE V2

Niceloop is a POS system in the Cloud which effectively helps small sized restaurants increase their daily workflow management, with budget friendly prices.

This extension is used with web application "app.niceloop.com" in order to send json data to local printer server service.

Any customer of Niceloop POS  must install this extension in order to print the receipts.

Features : 
-  send data to background service
-  print receipts  from printer servers                    

Základní Informace o Rozšíření

Název Niceloop Printer Interface V2 Niceloop Printer Interface V2
ID dkfjhpogadnklepegphcokdfmpfdemeo
Oficiální URL https://chromewebstore.google.com/detail/niceloop-printer-interfac/dkfjhpogadnklepegphcokdfmpfdemeo
Popis NICELOOP PRINTER INTERFACE V2 Niceloop is a POS system in the Cloud which effectively helps small sized restaurants increase their…
Velikost souboru 18.8 KB
Počet instalací 803
Aktuální Verze 2.0
Poslední Aktualizace 2022-07-12
Datum Vydání 2022-07-11
Vývojář rice.th
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.niceloop.com
Podporované Jazyky th
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Niceloop Printer Interface V2",
    "version": "2.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_title": "Niceloop Printer Interface V2",
        "default_popup": "hello.html"
    },
    "permissions": [
        "background"
    ],
    "icons": {
        "16": "print-icon.png",
        "32": "print-icon.png",
        "48": "print-icon.png",
        "128": "print-icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ]
}