Niceloop Printer Interface V2

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

什麼是Niceloop Printer Interface V2?

Niceloop Printer Interface V2是由rice.th開發的Chrome擴展程式,該擴展的主要功能是“NICELOOP PRINTER INTERFACE V2 Niceloop is a POS system in the Cloud which effectively helps small sized restaurants increase their…”。

擴展截圖

screenshot
screenshot

下載Niceloop Printer Interface V2擴展crx文件

下載Niceloop Printer Interface V2擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Niceloop Printer Interface V2 Niceloop Printer Interface V2
ID dkfjhpogadnklepegphcokdfmpfdemeo
官方網址 https://chromewebstore.google.com/detail/niceloop-printer-interfac/dkfjhpogadnklepegphcokdfmpfdemeo
簡介 NICELOOP PRINTER INTERFACE V2 Niceloop is a POS system in the Cloud which effectively helps small sized restaurants increase their…
檔案大小 18.8 KB
安裝次數 803
目前版本 2.0
更新時間 2022-07-12
上架時間 2022-07-11
開發者 rice.th
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.niceloop.com
支援的語言 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"
            ]
        }
    ]
}