ServiceNow Barcode Printer [NU ResNet]
Adds barcodes and a button to print ServiceNow! barcodes on the Labelwriter 450 Twin Turbo.
Co to jest ServiceNow Barcode Printer [NU ResNet]?
ServiceNow Barcode Printer [NU ResNet] to rozszerzenie Chrome opracowane przez Nullient Software, a jego główną funkcją jest „Adds barcodes and a button to print ServiceNow! barcodes on the Labelwriter 450 Twin Turbo.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ServiceNow Barcode Printer [NU ResNet]
Pobierz pliki rozszerzeń ServiceNow Barcode Printer [NU ResNet] w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Adds barcodes containing the incident number and caller to ticket printouts, and adds a button to print barcode labels to a Labelwriter 450 Twin Turbo printer. Created for use at Northeastern University ResNet.
Podstawowe informacje o rozszerzeniu
Nazwa | ServiceNow Barcode Printer [NU ResNet] |
ID | flegbmoibbommhmpihgabapkbfhcjfag |
Oficjalny URL | https://chromewebstore.google.com/detail/servicenow-barcode-printe/flegbmoibbommhmpihgabapkbfhcjfag |
Opis | Adds barcodes and a button to print ServiceNow! barcodes on the Labelwriter 450 Twin Turbo. |
Rozmiar pliku | 84 KB |
Liczba instalacji | 76 |
Aktualna Wersja | 1.1.3 |
Ostatnia Aktualizacja | 2015-11-03 |
Data Publikacji | 2015-11-03 |
Ocena | 4.33/5 Łącznie 3 Oceny |
Deweloper | Nullient Software |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ServiceNow Barcode Printer [NU ResNet]", "version": "1.1.3", "description": "Adds barcodes and a button to print ServiceNow! barcodes on the Labelwriter 450 Twin Turbo.", "icons": { "128": "128.png" }, "web_accessible_resources": [ "jquery.js", "dymo.js", "sn-plugin.js" ], "content_scripts": [ { "matches": [ "*:\/\/*.service-now.com\/incident*" ], "run_at": "document_end", "js": [ "snow_bc_printer.js" ] } ] } |