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文件
下载ServiceNow Barcode Printer [NU ResNet]扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| 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"
]
}
]
} | |