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