ServiceNow Barcode Printer [NU ResNet]

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

Cos'è ServiceNow Barcode Printer [NU ResNet]?

ServiceNow Barcode Printer [NU ResNet] è un'estensione di Chrome sviluppata da Nullient Software, e la sua funzione principale è "Adds barcodes and a button to print ServiceNow! barcodes on the Labelwriter 450 Twin Turbo.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ServiceNow Barcode Printer [NU ResNet]

Scarica i file di estensione ServiceNow Barcode Printer [NU ResNet] in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome ServiceNow Barcode Printer [NU ResNet] ServiceNow Barcode Printer [NU ResNet]
ID flegbmoibbommhmpihgabapkbfhcjfag
URL Ufficiale https://chromewebstore.google.com/detail/servicenow-barcode-printe/flegbmoibbommhmpihgabapkbfhcjfag
Descrizione Adds barcodes and a button to print ServiceNow! barcodes on the Labelwriter 450 Twin Turbo.
Dimensione del File 84 KB
Conteggio Installazioni 76
Versione Corrente 1.1.3
Ultimo Aggiornamento 2015-11-03
Data di Pubblicazione 2015-11-03
Valutazione 4.33/5 Totale 3 Valutazioni
Sviluppatore Nullient Software
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}