ServiceNow Barcode Printer [NU ResNet]

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

Qu'est-ce que ServiceNow Barcode Printer [NU ResNet] ?

ServiceNow Barcode Printer [NU ResNet] est une extension Chrome développée par Nullient Software, et sa fonction principale est "Adds barcodes and a button to print ServiceNow! barcodes on the Labelwriter 450 Twin Turbo.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ServiceNow Barcode Printer [NU ResNet]

Téléchargez les fichiers d'extension ServiceNow Barcode Printer [NU ResNet] au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ServiceNow Barcode Printer [NU ResNet] ServiceNow Barcode Printer [NU ResNet]
ID flegbmoibbommhmpihgabapkbfhcjfag
URL Officiel 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.
Taille du Fichier 84 KB
Nombre d'Installations 76
Version Actuelle 1.1.3
Dernière Mise à Jour 2015-11-03
Date de Publication 2015-11-03
Évaluation 4.33/5 Total 3 Évaluations
Développeur Nullient Software
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}