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…」です。
拡張機能のスクリーンショット
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 |
ID | dkfjhpogadnklepegphcokdfmpfdemeo |
公式URL | 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 |
Eメール | [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" ] } ] } |