ServiceNow Barcode Printer [NU ResNet]
Adds barcodes and a button to print ServiceNow! barcodes on the Labelwriter 450 Twin Turbo.
Wat is ServiceNow Barcode Printer [NU ResNet]?
ServiceNow Barcode Printer [NU ResNet] is een Chrome-extensie ontwikkeld door Nullient Software, en de belangrijkste functie is "Adds barcodes and a button to print ServiceNow! barcodes on the Labelwriter 450 Twin Turbo.".
Extensie Screenshots
Download het CRX-bestand van de extensie ServiceNow Barcode Printer [NU ResNet]
Download ServiceNow Barcode Printer [NU ResNet]-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | ServiceNow Barcode Printer [NU ResNet] |
ID | flegbmoibbommhmpihgabapkbfhcjfag |
Officiële URL | https://chromewebstore.google.com/detail/servicenow-barcode-printe/flegbmoibbommhmpihgabapkbfhcjfag |
Beschrijving | Adds barcodes and a button to print ServiceNow! barcodes on the Labelwriter 450 Twin Turbo. |
Bestandsgrootte | 84 KB |
Aantal Installaties | 76 |
Huidige Versie | 1.1.3 |
Laatst Bijgewerkt | 2015-11-03 |
Publicatiedatum | 2015-11-03 |
Beoordeling | 4.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Nullient Software |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |