Niceloop Printer Interface V2
NICELOOP PRINTER INTERFACE V2 Niceloop is a POS system in the Cloud which effectively helps small sized restaurants increase their…
Qu'est-ce que Niceloop Printer Interface V2 ?
Niceloop Printer Interface V2 est une extension Chrome développée par rice.th, et sa fonction principale est "NICELOOP PRINTER INTERFACE V2 Niceloop is a POS system in the Cloud which effectively helps small sized restaurants increase their…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Niceloop Printer Interface V2
Téléchargez les fichiers d'extension Niceloop Printer Interface V2 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Niceloop Printer Interface V2 |
ID | dkfjhpogadnklepegphcokdfmpfdemeo |
URL Officiel | https://chromewebstore.google.com/detail/niceloop-printer-interfac/dkfjhpogadnklepegphcokdfmpfdemeo |
Description | NICELOOP PRINTER INTERFACE V2 Niceloop is a POS system in the Cloud which effectively helps small sized restaurants increase their… |
Taille du Fichier | 18.8 KB |
Nombre d'Installations | 803 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2022-07-12 |
Date de Publication | 2022-07-11 |
Développeur | rice.th |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.niceloop.com |
Langues Prises en Charge | 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" ] } ] } |