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 là gì?

Niceloop Printer Interface V2 là một tiện ích mở rộng Chrome được phát triển bởi rice.th, và tính năng chính của nó là "NICELOOP PRINTER INTERFACE V2 Niceloop is a POS system in the Cloud which effectively helps small sized restaurants increase their…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Niceloop Printer Interface V2

Tải xuống các tệp mở rộng Niceloop Printer Interface V2 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Niceloop Printer Interface V2 Niceloop Printer Interface V2
ID dkfjhpogadnklepegphcokdfmpfdemeo
URL Chính Thức https://chromewebstore.google.com/detail/niceloop-printer-interfac/dkfjhpogadnklepegphcokdfmpfdemeo
Mô tả NICELOOP PRINTER INTERFACE V2 Niceloop is a POS system in the Cloud which effectively helps small sized restaurants increase their…
Kích Thước Tệp 18.8 KB
Số Lần Cài Đặt 803
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2022-07-12
Ngày Phát Hành 2022-07-11
Nhà Phát Triển rice.th
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.niceloop.com
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}