ServiceNow Barcode Printer [NU ResNet]
Adds barcodes and a button to print ServiceNow! barcodes on the Labelwriter 450 Twin Turbo.
ServiceNow Barcode Printer [NU ResNet] là gì?
ServiceNow Barcode Printer [NU ResNet] là một tiện ích mở rộng Chrome được phát triển bởi Nullient Software, và tính năng chính của nó là "Adds barcodes and a button to print ServiceNow! barcodes on the Labelwriter 450 Twin Turbo.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ServiceNow Barcode Printer [NU ResNet]
Tải xuống các tệp mở rộng ServiceNow Barcode Printer [NU ResNet] dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ServiceNow Barcode Printer [NU ResNet] |
ID | flegbmoibbommhmpihgabapkbfhcjfag |
URL Chính Thức | https://chromewebstore.google.com/detail/servicenow-barcode-printe/flegbmoibbommhmpihgabapkbfhcjfag |
Mô tả | Adds barcodes and a button to print ServiceNow! barcodes on the Labelwriter 450 Twin Turbo. |
Kích Thước Tệp | 84 KB |
Số Lần Cài Đặt | 76 |
Phiên Bản Hiện Tại | 1.1.3 |
Cập Nhật Lần Cuối | 2015-11-03 |
Ngày Phát Hành | 2015-11-03 |
Đánh Giá | 4.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Nullient Software |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |