ServiceNow Barcode Printer [NU ResNet]

Adds barcodes and a button to print ServiceNow! barcodes on the Labelwriter 450 Twin Turbo.

What is ServiceNow Barcode Printer [NU ResNet]?

ServiceNow Barcode Printer [NU ResNet] is a Chrome extension developed by Nullient Software, and its main feature is "Adds barcodes and a button to print ServiceNow! barcodes on the Labelwriter 450 Twin Turbo.".

Extension Screenshots

screenshot

Download ServiceNow Barcode Printer [NU ResNet] Extension CRX File

Download ServiceNow Barcode Printer [NU ResNet] extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name ServiceNow Barcode Printer [NU ResNet] ServiceNow Barcode Printer [NU ResNet]
ID flegbmoibbommhmpihgabapkbfhcjfag
Official URL https://chromewebstore.google.com/detail/servicenow-barcode-printe/flegbmoibbommhmpihgabapkbfhcjfag
Description Adds barcodes and a button to print ServiceNow! barcodes on the Labelwriter 450 Twin Turbo.
File Size 84 KB
Installation Count 76
Current Version 1.1.3
Last Updated 2015-11-03
Publish Date 2015-11-03
Rating 4.33/5 Total 3 Ratings
Developer Nullient Software
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}