SN Utils OnPrem
ServiceNow Productivity tools. (Personal work, not affiliated to ServiceNow)
Was ist SN Utils OnPrem?
SN Utils OnPrem ist eine Chrome-Erweiterung, die von https://arnoudkooi.com entwickelt wurde, und ihr Hauptmerkmal ist "ServiceNow Productivity tools. (Personal work, not affiliated to ServiceNow)".
Erweiterungsscreenshots
SN Utils OnPrem-Erweiterungs-CRX-Datei herunterladen
Laden Sie SN Utils OnPrem-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
USE THE NORMAL SN UTILS VERSIONS IF YOU ARE ON SERVICE-NOW.COM This is a version of ServiceNow Utils that supports instances NOT hosted via service-now.com Please use the normal version if working only on service-now.com, this needs more access. Features: NOTE: For instances not on service-now.com use SN Utils OnPrem! Current features: - Favicon Badges - Slashcommands type in /help to know more about this feature - Edit scripts and widgets in VS Code! (requires sn-scriptsync) - Show technical names: Show useful info like choice value and name next to labels. - Search updatesets in progress, view list and set current. - View your last 20 updates, browse to related record. (Admin role only) - Node switching. - Search tables and open list, dictionary or schema map. - View the data and columns of the current record in a table (similair to view XML) - Select a (abstract) username, view details of user. - Provide (context aware) links to relevant places. - Ability to popin, popout, or copy a tab. (also via context menu) - Generate GlideRecord template, based on list - Save record with CTRL-S / CMD-S - Rightclick to go to Scriptinclude, table or search - Paste a clipboard image to any record with CTRL-V / CMD-V - CMD / CTRL Click in a form on element labels, to build conditions and open list - Support for Studio - Context menu code snippets and links There are no assets required on your instances.
Grundlegende Informationen zur Erweiterung
Name | SN Utils OnPrem |
ID | lfabkiipmidkmhplochgpbaeekjjfbch |
Offizielle URL | https://chromewebstore.google.com/detail/sn-utils-onprem/lfabkiipmidkmhplochgpbaeekjjfbch |
Beschreibung | ServiceNow Productivity tools. (Personal work, not affiliated to ServiceNow) |
Dateigröße | 3.92 MB |
Installationsanzahl | 6,310 |
Aktuelle Version | 7.3.4.4 |
Letztes Update | 2024-03-03 |
Veröffentlichungsdatum | 2020-06-28 |
Bewertung | 5.00/5 Insgesamt 13 Bewertungen |
Entwickler | https://arnoudkooi.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.arnoudkooi.com |
Hilfeseite URL | https://github.com/arnoudkooi/ServiceNow-Utils/issues |
URL der Datenschutzrichtlinien-Seite | https://github.com/arnoudkooi/ServiceNow-Utils/blob/master/PRIVACY.md |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SN Utils OnPrem", "short_name": "SN Utils Onprem", "description": "ServiceNow Productivity tools. (Personal work, not affiliated to ServiceNow)", "author": "Arnoud Kooi \/ arnoudkooi.com", "version": "7.3.4.4", "manifest_version": 3, "permissions": [ "activeTab", "declarativeContent", "storage", "contextMenus", "cookies" ], "icons": { "16": "images\/op16.png", "24": "images\/op24.png", "32": "images\/op32.png", "48": "images\/op48.png", "128": "images\/op128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |