ServiceNow Barcode Printer [NU ResNet]

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

O que é ServiceNow Barcode Printer [NU ResNet]?

ServiceNow Barcode Printer [NU ResNet] é uma extensão do Chrome desenvolvida por Nullient Software, e sua principal característica é "Adds barcodes and a button to print ServiceNow! barcodes on the Labelwriter 450 Twin Turbo.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ServiceNow Barcode Printer [NU ResNet]

Baixe arquivos de extensão ServiceNow Barcode Printer [NU ResNet] no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome ServiceNow Barcode Printer [NU ResNet] ServiceNow Barcode Printer [NU ResNet]
ID flegbmoibbommhmpihgabapkbfhcjfag
URL Oficial https://chromewebstore.google.com/detail/servicenow-barcode-printe/flegbmoibbommhmpihgabapkbfhcjfag
Descrição Adds barcodes and a button to print ServiceNow! barcodes on the Labelwriter 450 Twin Turbo.
Tamanho do Arquivo 84 KB
Contagem de Instalações 76
Versão Atual 1.1.3
Última Atualização 2015-11-03
Data de Publicação 2015-11-03
Classificação 4.33/5 Total de 3 Avaliações
Desenvolvedor Nullient Software
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}