ServiceNow Barcode Printer [NU ResNet]

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

Co je ServiceNow Barcode Printer [NU ResNet]?

ServiceNow Barcode Printer [NU ResNet] je rozšíření Chrome vyvinuté Nullient Software, a jeho hlavní funkcí je „Adds barcodes and a button to print ServiceNow! barcodes on the Labelwriter 450 Twin Turbo.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření ServiceNow Barcode Printer [NU ResNet]

Stáhněte si soubory rozšíření ServiceNow Barcode Printer [NU ResNet] ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název ServiceNow Barcode Printer [NU ResNet] ServiceNow Barcode Printer [NU ResNet]
ID flegbmoibbommhmpihgabapkbfhcjfag
Oficiální URL https://chromewebstore.google.com/detail/servicenow-barcode-printe/flegbmoibbommhmpihgabapkbfhcjfag
Popis Adds barcodes and a button to print ServiceNow! barcodes on the Labelwriter 450 Twin Turbo.
Velikost souboru 84 KB
Počet instalací 76
Aktuální Verze 1.1.3
Poslední Aktualizace 2015-11-03
Datum Vydání 2015-11-03
Hodnocení 4.33/5 Celkem 3 Hodnocení
Vývojář Nullient Software
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}