ServiceNow Barcode Printer [NU ResNet]

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

Что такое ServiceNow Barcode Printer [NU ResNet]?

ServiceNow Barcode Printer [NU ResNet] - это расширение Chrome, разработанное Nullient Software, и его основная функция - "Adds barcodes and a button to print ServiceNow! barcodes on the Labelwriter 450 Twin Turbo.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения ServiceNow Barcode Printer [NU ResNet]

Скачайте файлы расширений ServiceNow Barcode Printer [NU ResNet] в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название ServiceNow Barcode Printer [NU ResNet] ServiceNow Barcode Printer [NU ResNet]
ID flegbmoibbommhmpihgabapkbfhcjfag
Официальный URL https://chromewebstore.google.com/detail/servicenow-barcode-printe/flegbmoibbommhmpihgabapkbfhcjfag
Описание Adds barcodes and a button to print ServiceNow! barcodes on the Labelwriter 450 Twin Turbo.
Размер файла 84 KB
Количество установок 76
Текущая Версия 1.1.3
Последнее Обновление 2015-11-03
Дата публикации 2015-11-03
Рейтинг 4.33/5 Всего 3 оценок
Разработчик Nullient Software
Тип оплаты free
Поддерживаемые языки 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"
            ]
        }
    ]
}