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
公式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"
            ]
        }
    ]
}