ServiceNow Barcode Printer [NU ResNet]
Adds barcodes and a button to print ServiceNow! barcodes on the Labelwriter 450 Twin Turbo.
Apa itu ServiceNow Barcode Printer [NU ResNet]?
ServiceNow Barcode Printer [NU ResNet] adalah ekstensi Chrome yang dikembangkan oleh Nullient Software, dan fitur utamanya adalah "Adds barcodes and a button to print ServiceNow! barcodes on the Labelwriter 450 Twin Turbo.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ServiceNow Barcode Printer [NU ResNet]
Unduh file ekstensi ServiceNow Barcode Printer [NU ResNet] dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | ServiceNow Barcode Printer [NU ResNet] |
ID | flegbmoibbommhmpihgabapkbfhcjfag |
URL Resmi | https://chromewebstore.google.com/detail/servicenow-barcode-printe/flegbmoibbommhmpihgabapkbfhcjfag |
Deskripsi | Adds barcodes and a button to print ServiceNow! barcodes on the Labelwriter 450 Twin Turbo. |
Ukuran File | 84 KB |
Jumlah Instalasi | 76 |
Versi Saat Ini | 1.1.3 |
Terakhir Diperbarui | 2015-11-03 |
Tanggal Publikasi | 2015-11-03 |
Penilaian | 4.33/5 Total 3 Penilaian |
Pengembang | Nullient Software |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |