ServiceNow Barcode Printer [NU ResNet]

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

¿Qué es ServiceNow Barcode Printer [NU ResNet]?

ServiceNow Barcode Printer [NU ResNet] es una extensión de Chrome desarrollada por Nullient Software, y su función principal es "Adds barcodes and a button to print ServiceNow! barcodes on the Labelwriter 450 Twin Turbo.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión ServiceNow Barcode Printer [NU ResNet]

Descarga archivos de extensión ServiceNow Barcode Printer [NU ResNet] en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre ServiceNow Barcode Printer [NU ResNet] ServiceNow Barcode Printer [NU ResNet]
ID flegbmoibbommhmpihgabapkbfhcjfag
URL Oficial https://chromewebstore.google.com/detail/servicenow-barcode-printe/flegbmoibbommhmpihgabapkbfhcjfag
Descripción Adds barcodes and a button to print ServiceNow! barcodes on the Labelwriter 450 Twin Turbo.
Tamaño del Archivo 84 KB
Cantidad de Instalaciones 76
Versión Actual 1.1.3
Última Actualización 2015-11-03
Fecha de Publicación 2015-11-03
Calificación 4.33/5 Total de 3 Calificaciones
Desarrollador Nullient Software
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}