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]是由Nullient Software開發的Chrome擴展程式,該擴展的主要功能是“Adds barcodes and a button to print ServiceNow! barcodes on the Labelwriter 450 Twin Turbo.”。

擴展截圖

screenshot

下載ServiceNow Barcode Printer [NU ResNet]擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}