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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ServiceNow Barcode Printer [NU ResNet]
قم بتنزيل ملفات الامتداد ServiceNow Barcode Printer [NU ResNet] بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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] |
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" ] } ] } |