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]란 무엇입니까?
ServiceNow Barcode Printer [NU ResNet]은(는) Nullient Software에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds barcodes and a button to print ServiceNow! barcodes on the Labelwriter 450 Twin Turbo."입니다.
확장 프로그램 스크린샷
ServiceNow Barcode Printer [NU ResNet] 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | ServiceNow Barcode Printer [NU ResNet] |
ID | flegbmoibbommhmpihgabapkbfhcjfag |
공식 URL | https://chromewebstore.google.com/detail/servicenow-barcode-printe/flegbmoibbommhmpihgabapkbfhcjfag |
설명 | Adds barcodes and a button to print ServiceNow! barcodes on the Labelwriter 450 Twin Turbo. |
파일 크기 | 84 KB |
설치 횟수 | 76 |
현재 버전 | 1.1.3 |
최근 업데이트 | 2015-11-03 |
출시 날짜 | 2015-11-03 |
평점 | 4.33/5 총 3 개의 평점 |
개발자 | Nullient Software |
결제 유형 | free |
지원되는 언어 | 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" ] } ] } |