Niceloop Printer Interface V2

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

O que é Niceloop Printer Interface V2?

Niceloop Printer Interface V2 é uma extensão do Chrome desenvolvida por rice.th, e sua principal característica é "NICELOOP PRINTER INTERFACE V2 Niceloop is a POS system in the Cloud which effectively helps small sized restaurants increase their…".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Niceloop Printer Interface V2

Baixe arquivos de extensão Niceloop Printer Interface V2 no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Niceloop Printer Interface V2 Niceloop Printer Interface V2
ID dkfjhpogadnklepegphcokdfmpfdemeo
URL Oficial https://chromewebstore.google.com/detail/niceloop-printer-interfac/dkfjhpogadnklepegphcokdfmpfdemeo
Descrição NICELOOP PRINTER INTERFACE V2 Niceloop is a POS system in the Cloud which effectively helps small sized restaurants increase their…
Tamanho do Arquivo 18.8 KB
Contagem de Instalações 803
Versão Atual 2.0
Última Atualização 2022-07-12
Data de Publicação 2022-07-11
Desenvolvedor rice.th
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.niceloop.com
Idiomas Suportados 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"
            ]
        }
    ]
}