ServiceNow Barcode Printer [NU ResNet]
Adds barcodes and a button to print ServiceNow! barcodes on the Labelwriter 450 Twin Turbo.
Vad är ServiceNow Barcode Printer [NU ResNet]?
ServiceNow Barcode Printer [NU ResNet] är en Chrome-tillägg utvecklad av Nullient Software, och dess huvudfunktion är "Adds barcodes and a button to print ServiceNow! barcodes on the Labelwriter 450 Twin Turbo.".
Tilläggsskärmbilder
Ladda ner ServiceNow Barcode Printer [NU ResNet]-förlängningens CRX-fil
Ladda ner ServiceNow Barcode Printer [NU ResNet]-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | flegbmoibbommhmpihgabapkbfhcjfag | 
| Officiell webbadress | https://chromewebstore.google.com/detail/servicenow-barcode-printe/flegbmoibbommhmpihgabapkbfhcjfag | 
| Beskrivning | Adds barcodes and a button to print ServiceNow! barcodes on the Labelwriter 450 Twin Turbo. | 
| Filstorlek | 84 KB | 
| Antal Installationer | 76 | 
| Aktuell Version | 1.1.3 | 
| Senast Uppdaterad | 2015-11-03 | 
| Publiceringsdatum | 2015-11-03 | 
| Betyg | 4.33/5 Totalt 3 Betyg | 
| Utvecklare | Nullient Software | 
| Betalningssätt | free | 
| Stödda Språk | 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"
            ]
        }
    ]
}  |  |